# 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-xchacha20poly1305" version = "0.1.0" authors = ["return"] exclude = ["**/.gitignore", ".travis.yml", "bors.toml"] description = "A sodiumoxide binding for the XChaCha20-Poly1305 AEAD stream cipher for Rust." documentation = "https://docs.rs/sodiumoxide-xchacha20poly1305" readme = "README.md" keywords = ["crypto", "NaCl", "libsodium", "xchacha20-poly1305", "aead"] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/return/sodiumoxide-xchacha20poly1305" [dependencies.libc] version = "^0.2.41" default-features = false [dependencies.libsodium-sys] version = "0.1" [dependencies.serde] version = "^1.0.59" optional = true default-features = false [dev-dependencies.rmp-serde] version = "^0.13.7" [dev-dependencies.rustc-serialize] version = "^0.3.24" [dev-dependencies.serde] version = "^1.0.59" [dev-dependencies.serde_json] version = "^1.0.17" [features] benchmarks = [] default = ["serde", "std"] std = []