# 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 = "cipherstash-config" version = "0.2.3" description = "Configuration management for CipherStash libraries and products" homepage = "https://cipherstash.com" documentation = "https://docs.rs/cipherstash-config" keywords = [ "cryptography", "security", "databases", "encryption", "sql", ] categories = [ "cryptography", "database", ] license-file = "LICENSE" repository = "https://github.com/cipherstash/cipherstash" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dev-dependencies.indoc] version = "2.0.0" [dev-dependencies.serde_json] version = "1.0.132" [dev-dependencies.serde_yaml] version = "0.9.25" [dev-dependencies.toml] version = "0.7.1"