# 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 = "rust_sodium_holochain_fork" version = "0.10.2" authors = ["MaidSafe Developers "] description = "Fast cryptographic library for Rust (bindings to libsodium)" homepage = "https://maidsafe.net" readme = "README.md" keywords = ["crypto", "cryptographic", "cryptography", "sodium"] categories = ["cryptography"] license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/rust_sodium" [dependencies.libc] version = "~0.2.40" [dependencies.rand] version = "~0.4.2" [dependencies.rust_sodium_holochain_fork-sys] version = "~0.10.3" [dependencies.serde] version = "~1.0.37" [dependencies.unwrap] version = "~1.2.0" [dev-dependencies.hex] version = "~0.3.1" [dev-dependencies.rmp-serde] version = "~0.13.7" [dev-dependencies.serde_json] version = "~1.0.13" [features] benchmarks = []