# 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" version = "0.1.0-pre2" authors = ["Dan Draper "] description = "VitaminC cryptographic suite by CipherStash" homepage = "https://cipherstash.com" documentation = "https://docs.rs/vitaminc" readme = "README.md" keywords = [ "cryptography", "security", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/cipherstash/vitaminc" [dependencies.vitaminc-async-traits] version = "0.1.0-pre" optional = true [dependencies.vitaminc-kms] version = "0.1.0-pre" optional = true [dependencies.vitaminc-permutation] version = "0.1.0-pre" optional = true [dependencies.vitaminc-protected] version = "0.1.0-pre" optional = true [dependencies.vitaminc-random] version = "0.1.0-pre" optional = true [dependencies.vitaminc-traits] version = "0.1.0-pre" optional = true [features] async-traits = [ "dep:vitaminc-async-traits", "traits", ] aws-kms = [ "traits", "dep:vitaminc-kms", ] permutation = [ "dep:vitaminc-permutation", "protected", ] protected = ["dep:vitaminc-protected"] random = ["dep:vitaminc-random"] traits = ["dep:vitaminc-traits"]