# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "schemeguardian" version = "0.2.0-alpha.3" authors = ["Charles Chege "] description = "Secrets Authentication, Encryption and Verification Engine with Key-Value Store" homepage = "https://github.com/charleschege/SchemeGuardian" readme = "README.md" keywords = ["encryption", "data-protection", "autonomous-secrets", "privacy", "embedded-security"] categories = ["cryptography", "authentication", "embedded", "web-programming"] license = "Apache-2.0" repository = "https://github.com/charleschege/SchemeGuardian" [dependencies.bincode] version = "1.1.4" [dependencies.branca] version = "0.9.0" [dependencies.custom_codes] version = "1.2.2" [dependencies.either] version = "1.5.3" [dependencies.failure] version = "0.1.5" [dependencies.lazy_static] version = "1.3.0" [dependencies.rand] version = "0.7" [dependencies.redactedsecret] version = "0.4.0" features = ["serde"] [dependencies.rust-argon2] version = "0.5.0" [dependencies.serde] version = "1.0.101" features = ["derive"] [dependencies.sled] version = "0.29.1" [dependencies.tai64] version = "3.1.0" features = ["serde"] [dependencies.timelite] version = "1.0.3" [dependencies.toml] version = "0.5.1" [badges.maintenance] status = "actively-developed"