# 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 = "2018" name = "xor_name" version = "5.0.0" authors = ["MaidSafe Developers "] description = "Xor Type" homepage = "http://maidsafe.net" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/xor_name" [dependencies.hex] version = "0.4" optional = true [dependencies.rand] version = "~0.8.5" features = ["std"] default-features = false [dependencies.rand_core] version = "0.6.3" [dependencies.serde] version = "1.0.113" features = ["derive"] default-features = false [dependencies.serde_test] version = "1" optional = true [dependencies.tiny-keccak] version = "~2.0" features = ["sha3"] [dev-dependencies.arrayvec] version = "~0.5.1" default-features = false [dev-dependencies.bincode] version = "1.2.1" [dev-dependencies.rand] version = "~0.8.5" features = [ "getrandom", "small_rng", ] default-features = false [features] default = ["serialize-hex"] serialize-hex = [ "hex", "serde_test", ]