# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "safe_dbc" version = "1.0.6" authors = ["MaidSafe Developers "] description = "Safe DBC" documentation = "https://docs.rs/sn_dbc" keywords = ["Safe", "Network", "SafeNetwork", "SafeUrl", "XorUrl"] license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc" [dependencies.ed25519] version = "1" features = ["serde"] package = "ed25519-dalek" [dependencies.quickcheck] version = "1" [dependencies.quickcheck_macros] version = "1" [dependencies.rand] version = "0.7.1" [dependencies.serde] version = "1.0.111" features = ["derive", "rc"] [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.24" [dependencies.tiny-keccak] version = "2.0.0" features = ["sha3"]