# 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-gst-pipelines" version = "0.2.1" authors = ["Leigh Johnson "] description = "PrintNanny Gstreamer Pipelines" license-file = "LICENSE" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.clap] version = "3" features = [ "derive", "cargo", "env", "wrap_help", ] [dependencies.gst-client] version = "^0.2" package = "gst-client-rs" [dependencies.log] version = "0.4" [dependencies.printnanny-edge-db] version = "^0.2" [dependencies.printnanny-nats-client] version = "^0.1.0" [dependencies.printnanny-settings] version = "^0.7" package = "printnanny-settings" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.24" features = [ "full", "rt-multi-thread", "rt", ]