[package] name = "cipherstash-config" description = "Configuration management for CipherStash libraries and products" license-file = "LICENSE" version = "0.2.3" documentation = "https://docs.rs/cipherstash-config" edition.workspace = true repository.workspace = true homepage.workspace = true keywords.workspace = true categories.workspace = true [dependencies] serde = { workspace = true } thiserror = { workspace = true } [dev-dependencies] indoc = "2.0.0" serde_json = { workspace = true } serde_yaml = "0.9.25" toml = "0.7.1"