# 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_authenticator" version = "0.18.1" authors = ["MaidSafe Developers "] description = "SAFE Authenticator" homepage = "https://maidsafe.net" documentation = "https://docs.rs/safe_authenticator" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/safe_client_libs" [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.futures-util] version = "~0.3.4" [dependencies.jni] version = "~0.12.0" optional = true [dependencies.log] version = "~0.4.1" [dependencies.lru-cache] version = "~0.1.1" [dependencies.rand] version = "~0.7.3" [dependencies.safe-nd] version = "~0.11.0" [dependencies.safe_core] version = "~0.43.0" [dependencies.serde] version = "1.0.97" features = ["derive"] [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" [features] mock-network = ["testing", "safe_core/mock-network"] testing = ["safe_core/testing", "env_logger"]