[package] authors = ["Sebastian Thiel "] name = "s3-vault" version = "1.0.0" description = "Vault functionality used by 'share-secrets-safely' CLI. Use it to interact with GPG based vaults." license = "LGPL-2.1" repository = "https://github.com/Byron/share-secrets-safely" homepage = "https://github.com/Byron/share-secrets-safely/tree/master/lib/vault" documentation = "https://docs.rs/s3-vault" [badges] travis-ci = { repository = "Byron/share-secrets-safely" } [dependencies] failure = "0.1.1" failure_derive = "0.1.1" gpgme = { version = "0.7.0" } serde = "1.0.24" serde_derive = "1.0.24" serde_yaml = "0.7.3" itertools = "0.7.4" yaml-rust = "0.4.0" glob = "0.2.11" mktemp = "0.3.1" [dependencies.s3-types] path = "../types" version = "1.0.0"