# 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" version = "0.7.0" authors = ["Sho Nakatani "] description = "Encrypts all the Serialize" documentation = "https://docs.rs/serde-encrypt" 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.bincode] version = "1.3" optional = true [dependencies.cfg-if] version = "1.0" [dependencies.once_cell] version = "1.8" optional = true [dependencies.postcard] version = "0.7" features = ["alloc"] default-features = false [dependencies.rand_chacha] version = "0.3" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.serde] version = "1.0" default-features = false [dependencies.serde-encrypt-core] version = "0.7.0" default-features = false [dependencies.serde_cbor] version = "0.11" features = ["alloc"] default-features = false [dependencies.spin] version = "0.9" features = [ "spin_mutex", "lazy", ] default-features = false [dev-dependencies.pretty_assertions] version = "1.0" [dev-dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] default-features = false [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dev-dependencies.serde_repr] version = "0.1" [dev-dependencies.void] version = "1.0" [features] default = ["std"] std = [ "serde-encrypt-core/std", "serde/std", "bincode", "serde_cbor/std", "once_cell", "rand_chacha/std", "rand_core/getrandom", ]