# 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" name = "vitaminc-protected" version = "0.1.0-pre2" description = "Protected type wrappers for handling sensitive data. Part of the VitaminC cryptographic suite." homepage = "https://cipherstash.com" documentation = "https://docs.rs/vitaminc-protected" readme = "README.md" keywords = [ "cryptography", "security", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/cipherstash/vitaminc" [dependencies.bitvec] version = "1.0.1" [dependencies.digest] version = "0.10.7" [dependencies.opaque-debug] version = "0.3.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_bytes] version = "0.11.15" [dependencies.subtle] version = "2.6.1" [dependencies.zeroize] version = "1.8.1" features = ["derive"] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.serde_json] version = "1.0.128" [dev-dependencies.sha2] version = "0.10.8" [features] bitvec = []