# 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] name = "sear" version = "0.0.0" authors = ["Tony Arcieri "] description = "Signed/Encrypted ARchive: a cryptographically enhanced tar-like format" keywords = ["archive", "encryption", "security"] categories = ["command-line-interface", "cryptography", "compression"] license = "MIT/Apache-2.0" [dependencies.bytes] version = "0.4" [dependencies.chrono] version = "0.4" [dependencies.clear_on_drop] version = "0.2" [dependencies.ed25519-dalek] version = "0.6.0" [dependencies.failure] version = "0.1" [dependencies.hkdf] version = "0.4" [dependencies.leb128] version = "0.2" [dependencies.prost] version = "0.3" [dependencies.prost-derive] version = "0.3" [dependencies.rand] version = "0.4" [dependencies.ring] version = "0.12" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.sha2] version = "0.7" [dependencies.signatory] version = "0.5" optional = true [dependencies.tai64] version = "0.2" features = ["chrono"] [dependencies.toml] version = "0.4" optional = true [dependencies.uuid] version = "0.6" features = ["v4"] default-features = false [build-dependencies.prost-build] version = "0.3" [features] cli = ["signer", "toml"] dalek-provider = ["signatory/dalek-provider"] default = ["cli", "dalek-provider", "yubihsm-provider"] keyrings = ["serde", "serde_derive"] signer = ["keyrings", "signatory"] yubihsm-provider = ["signatory/yubihsm-provider"]