# 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 = "nmt-rs" version = "0.2.3" authors = ["Sovereign Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A namespaced merkle tree compatible with Celestia" homepage = "https://www.sovereign.xyz" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sovereign-labs/nmt-rs" [lib] name = "nmt_rs" path = "src/lib.rs" [dependencies.borsh] version = "1" features = ["derive"] optional = true default-features = false [dependencies.bytes] version = "1" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dependencies.sha2] version = "0.10.6" default-features = false [dev-dependencies.borsh] version = "1" [dev-dependencies.postcard] version = "1.0.4" features = ["use-std"] [dev-dependencies.serde_json] version = "1.0.96" [dev-dependencies.tendermint] version = "0.35.0" [features] borsh = ["dep:borsh"] default = ["std"] serde = [ "dep:serde", "bytes/serde", ] std = [ "borsh?/std", "serde?/std", "bytes/std", "sha2/std", ]