# 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_app" version = "0.18.1" authors = ["MaidSafe Developers "] description = "SAFE App" homepage = "https://maidsafe.net" documentation = "https://docs.rs/safe_app" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/safe_client_libs" [[example]] name = "client_stress_test" bench = false [[example]] name = "self_authentication" bench = false [dependencies.async-trait] version = "~0.1.30" [dependencies.bincode] version = "1.2.1" [dependencies.env_logger] version = "~0.6.2" optional = true [dependencies.ffi_utils] version = "~0.17.0" [dependencies.futures] version = "~0.3.5" [dependencies.jni] version = "~0.12.0" optional = true [dependencies.log] version = "~0.4.1" [dependencies.lru-cache] version = "~0.1.1" [dependencies.miscreant] version = "~0.4.2" features = ["soft-aes"] [dependencies.rand] version = "~0.7.3" [dependencies.safe-nd] version = "~0.11.0" [dependencies.safe_authenticator] version = "~0.18.0" optional = true [dependencies.safe_core] version = "~0.43.0" [dependencies.self_encryption] version = "0.19.0" [dependencies.serde] version = "1.0.27" [dependencies.serde_derive] version = "1.0.27" [dependencies.threshold_crypto] version = "~0.4.0" [dependencies.tiny-keccak] version = "1.5.0" [dependencies.tokio] version = "~0.2.21" features = ["rt-core", "rt-util"] [dependencies.unwrap] version = "1.2.0" [dependencies.xor_name] version = "1" [dev-dependencies.clap] version = "2.33.0" [dev-dependencies.env_logger] version = "~0.6.2" [dev-dependencies.safe_authenticator] version = "~0.18.0" features = ["testing"] [dev-dependencies.safe_core] version = "~0.43.0" features = ["testing"] [build-dependencies.ffi_utils] version = "~0.17.0" [build-dependencies.jni] version = "~0.12.0" [build-dependencies.safe-nd] version = "~0.11.0" [build-dependencies.safe_bindgen] version = "~0.13.2" optional = true [build-dependencies.threshold_crypto] version = "~0.4.0" [build-dependencies.unwrap] version = "1.2.0" [features] bindings = ["safe_bindgen"] mock-network = ["testing", "safe_core/mock-network", "safe_authenticator/mock-network"] testing = ["safe_core/testing", "safe_authenticator/testing", "env_logger"]