# 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" rust-version = "1.64" name = "ns-protocol" version = "0.8.0" publish = true description = "Name & Service Protocol in Rust" readme = "README.md" license = "CC0-1.0" repository = "https://github.com/ldclabs/ns-rs/tree/main/crates/ns-protocol" [lib] [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.21" [dependencies.bytes] version = "1" [dependencies.ciborium] version = "0.2" [dependencies.ciborium-io] version = "0.2" [dependencies.ed25519-dalek] version = "2" [dependencies.finl_unicode] version = "1.2.0" [dependencies.serde] version = "1" [dependencies.sha3] version = "0.10" [dev-dependencies.hex] version = "0.4" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.rand_core] version = "0.6" features = [ "getrandom", "alloc", ]