# 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.66" name = "printnanny-settings" version = "0.7.1" authors = ["Leigh Johnson "] description = "Utilities for interacting with PrintNanny settings" license = "AGPL-3.0-or-later" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.clap] version = "3" features = [ "derive", "cargo", "env", "wrap_help", ] [dependencies.figment] version = "0.10" features = [ "env", "json", "toml", "yaml", ] [dependencies.file-lock] version = "2.1.4" [dependencies.git2] version = "0.15.0" [dependencies.glob] version = "0.3.0" [dependencies.gst] version = "0.19" features = ["v1_20"] package = "gstreamer" [dependencies.log] version = "0.4" [dependencies.printnanny-api-client] version = "0.127.4" [dependencies.printnanny-asyncapi-models] version = "0.4.7" [dependencies.printnanny-dbus] version = "^0.5" [dependencies.regex] version = "1.7.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sys-info] version = "0.9" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.24" features = [ "full", "fs", "process", "rt-multi-thread", "rt", ] [dependencies.toml] version = "0.5" [dependencies.zip] version = "0.6.2" features = ["zstd"] default-features = false [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.figment] version = "0.10" features = [ "env", "json", "toml", "test", ] [dev-dependencies.predicates] version = "2" [dev-dependencies.test-log] version = "0.2"