# 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 = "maidsafe_utilities" version = "0.19.0" authors = ["MaidSafe Developers "] description = "Rust utility functions provided by MaidSafe." homepage = "https://maidsafe.net" documentation = "https://docs.rs/maidsafe_utilities" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/maidsafe_utilities" [dependencies.bincode] version = "~0.8.0" [dependencies.config_file_handler] version = "~0.11.0" [dependencies.lazy_static] version = "~1.4.0" [dependencies.log] version = "~0.3.8" [dependencies.log4rs] version = "~0.7.0" features = ["toml_format"] [dependencies.quick-error] version = "~1.2.0" [dependencies.rand] version = "~0.3.15" [dependencies.regex] version = "~0.2.2" [dependencies.serde] version = "~1.0.91" [dependencies.serde-value] version = "~0.5.1" [dependencies.unwrap] version = "~1.2.0" [dependencies.url] version = "~1.7.2" [features] testing = []