# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "serde-encrypt-core" version = "0.7.0" authors = ["Sho Nakatani "] description = "Encrypts all the Serialize" documentation = "https://docs.rs/serde-encrypt-core" readme = "../README.md" keywords = [ "libsodium", "xsalsa20poly1305", "x25519", "serde", "serde-encrypt", ] categories = [ "no-std", "cryptography", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/laysakura/serde-encrypt" [dependencies.chacha20poly1305] version = "0.8" features = [ "alloc", "xchacha20poly1305", ] default-features = false [dependencies.crypto_box] version = "0.6" [dependencies.rand] version = "0.8" default-features = false [dependencies.rand_chacha] version = "0.3" default-features = false [dev-dependencies.spin] version = "0.9" features = [ "spin_mutex", "lazy", ] default-features = false [features] default = ["std"] std = [ "chacha20poly1305/std", "rand_chacha/std", ]