# 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" rust-version = "1.63" name = "printnanny-gst-config" version = "0.2.0" authors = ["Leigh Johnson "] description = "PrintNanny Gstreamer Plugin configuration helpers" license-file = "LICENSE" repository = "https://github.com/bitsy-ai/printnanny-gst-plugin-rs/" resolver = "1" [dependencies.clap] version = "3" features = [ "derive", "cargo", "env", "wrap_help", ] [dependencies.log] version = "0.4" [dependencies.printnanny-services] version = "0.29.0" package = "printnanny-services" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0.37" [dependencies.toml] version = "0.5" [dev-dependencies.figment] version = "0.10" features = [ "env", "json", "toml", "test", ]