# 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] name = "routing" version = "0.37.1" authors = ["MaidSafe Developers "] description = "A secured storage DHT" homepage = "https://maidsafe.net" documentation = "https://docs.rs/routing" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/routing" [[example]] name = "key_value_store" bench = false [[example]] name = "ci_test" bench = false [dependencies.config_file_handler] version = "~0.11.0" [dependencies.crust] version = "~0.31.0" [dependencies.fake_clock] version = "~0.2.0" [dependencies.hex] version = "~0.3.1" [dependencies.itertools] version = "~0.7.8" [dependencies.log] version = "~0.4.1" [dependencies.lru_time_cache] version = "~0.8.0" [dependencies.maidsafe_utilities] version = "~0.16.0" [dependencies.num-bigint] version = "~0.1.43" [dependencies.quick-error] version = "~1.2.1" [dependencies.rand] version = "~0.4.2" [dependencies.resource_proof] version = "~0.5.0" [dependencies.rust_sodium] version = "~0.10.0" [dependencies.serde] version = "~1.0.37" [dependencies.serde_derive] version = "~1.0.37" [dependencies.term] version = "~0.4.6" [dependencies.tiny-keccak] version = "~1.3.0" [dependencies.unwrap] version = "~1.2.0" [dev-dependencies.docopt] version = "~0.8.3" [dev-dependencies.libc] version = "~0.2.40" [dev-dependencies.serde_json] version = "~1.0.13" [features] use-mock-crust = ["lru_time_cache/fake_clock"] use-mock-crypto = ["use-mock-crust"]