# 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.59" name = "printnanny-gst" version = "0.24.4" authors = ["Leigh Johnson "] description = "PrintNanny Gstreamer App" license = "AGPL-3.0-or-later" license-file = "LICENSE" repository = "https://github.com/bitsy-ai/printnanny-cli.git" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.clap] version = "3" features = [ "derive", "cargo", "env", "wrap_help", ] [dependencies.derive_more] version = "0.99" [dependencies.env_logger] version = "0.9" [dependencies.gst] version = "0.18.8" package = "gstreamer" [dependencies.log] version = "0.4" [dependencies.printnanny-api-client] version = "0.93.4" [dependencies.printnanny-services] version = "^0.24.4" [dependencies.tokio] version = "1.19" features = ["macros"]