# 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 = "2018" name = "xand-secrets-local-file" version = "0.3.1" authors = ["Transparent Engineers "] description = "A xand-secrets adapter that implements the SecretKeyValueStore trait for a local file" license = "MIT OR Apache-2.0" [dependencies.async-trait] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8.13" [dependencies.xand-secrets] version = "0.4.2" [dev-dependencies.matches] version = "0.1.8" [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.tokio] version = "1.24.1" features = ["full"]