# 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 = "sodiumoxide" version = "0.2.7" authors = ["dnaq"] exclude = ["**/.gitignore", ".github/*"] description = "Fast cryptographic library for Rust (bindings to libsodium)" documentation = "https://docs.rs/sodiumoxide" readme = "README.md" keywords = ["crypto", "NaCl", "libsodium"] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/sodiumoxide/sodiumoxide" [dependencies.ed25519] version = "1" default-features = false [dependencies.libc] version = "^0.2.41" default-features = false [dependencies.libsodium-sys] version = "0.2.7" [dependencies.serde] version = "^1.0.59" optional = true default-features = false [dev-dependencies.rmp-serde] version = "^0.13.7" [dev-dependencies.serde] version = "^1.0.59" [dev-dependencies.serde_json] version = "^1.0.17" [features] benchmarks = [] default = ["serde", "std"] std = [] use-pkg-config = ["libsodium-sys/use-pkg-config"]