# 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 = "2021" rust-version = "1.70" name = "serdect" version = "0.3.0-rc.0" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Constant-time serde serializer/deserializer helpers for data that potentially contains secrets (e.g. cryptographic keys) """ homepage = "https://github.com/RustCrypto/formats/tree/master/serdect" readme = "README.md" keywords = [ "crypto", "constant-time", "serde", ] categories = [ "cryptography", "encoding", "no-std", "parsing", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/formats" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = [] [lib] name = "serdect" path = "src/lib.rs" [[test]] name = "bincode" path = "tests/bincode.rs" [[test]] name = "cbor" path = "tests/cbor.rs" [[test]] name = "messagepack" path = "tests/messagepack.rs" [[test]] name = "serde-json-core" path = "tests/serde-json-core.rs" [[test]] name = "serde_json" path = "tests/serde_json.rs" [[test]] name = "toml" path = "tests/toml.rs" [dependencies.base16ct] version = "0.2" default-features = false [dependencies.serde] version = "1.0.184" default-features = false [dependencies.zeroize] version = "1" optional = true default-features = false [dev-dependencies.bincode] version = "1" [dev-dependencies.ciborium] version = "0.2" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.proptest] version = "1" [dev-dependencies.rmp-serde] version = "1" [dev-dependencies.serde] version = "1.0.184" features = ["derive"] default-features = false [dev-dependencies.serde-json-core] version = "0.6" features = ["std"] default-features = false [dev-dependencies.serde_json] version = "1" [dev-dependencies.toml] version = "0.8" [features] alloc = [ "base16ct/alloc", "serde/alloc", ] default = ["alloc"] derive = ["serde/derive"]