[package] name = "printnanny-gst-config" description = "PrintNanny Gstreamer Plugin configuration helpers" version = "0.2.0" authors = ["Leigh Johnson "] license-file = "LICENSE" rust-version = "1.63" edition = "2021" repository = "https://github.com/bitsy-ai/printnanny-gst-plugin-rs/" [dependencies] log = "0.4" clap = { version = "3", features = ["derive", "cargo", "env", "wrap_help"] } printnanny-services = { version = "0.29.0", package = "printnanny-services", git = "https://github.com/bitsy-ai/printnanny-cli.git"} serde = { version = "1", features = ["derive"] } serde_json = "1" toml = "0.5" thiserror = "1.0.37" # derive(Error) [dev-dependencies] figment = { version = "0.10", features = ["env", "json", "toml", "test"] }