# 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 = "encrust" version = "0.1.1" authors = ["Emil Taylor Bye "] description = "Obfuscate data in memory by encrypting it to hide it until needed" readme = "README.md" keywords = ["obfuscation"] categories = ["no-std"] license = "MIT" repository = "https://github.com/emiltayl/encrust/" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [dependencies.encrust-core] version = "0.1.0" default-features = false [dependencies.encrust-macros] version = "0.1.0" optional = true [dev-dependencies.chacha20] version = "0.9.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.zeroize] version = "1.6.0" features = ["derive"] [features] all = [ "macros", "rand", "std", ] default = [ "macros", "rand", "std", ] macros = [ "dep:encrust-macros", "encrust-core/macros", ] rand = ["encrust-core/rand"] std = ["encrust-core/std"]