# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kona-common" version = "0.0.4" authors = [ "clabby", "refcell", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common traits and system interfaces for developing client programs on top of Fault Proof VMs." homepage = "https://github.com/anton-rs/kona" readme = "README.md" license = "MIT" repository = "https://github.com/anton-rs/kona" [lib] name = "kona_common" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.derive_more] version = "1.0.0" features = ["full"] default-features = false [dependencies.linked_list_allocator] version = "0.10.5" [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"