[dependencies.cfg-if]
version = "1.0.0"
[dependencies.derive_more]
default-features = false
features = ["full"]
version = "1.0.0"
[dependencies.linked_list_allocator]
version = "0.10.5"
[lib]
name = "kona_common"
path = "src/lib.rs"
[lints.clippy]
missing-const-for-fn = "warn"
needless-return = "allow"
option-if-let-else = "warn"
redundant-clone = "warn"
use-self = "warn"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
missing-debug-implementations = "warn"
missing-docs = "warn"
rust-2018-idioms = "deny"
unnameable-types = "warn"
unreachable-pub = "warn"
unused-must-use = "deny"
[lints.rustdoc]
all = "warn"
[package]
authors = ["clabby", "refcell"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Common traits and system interfaces for developing client programs on top of Fault Proof VMs."
edition = "2021"
homepage = "https://github.com/anton-rs/kona"
license = "MIT"
name = "kona-common"
readme = "README.md"
repository = "https://github.com/anton-rs/kona"
version = "0.0.4"