[package] name = "printnanny-cli" description = "PrintNanny Command-line Interface" license = "AGPL-3.0-or-later" version = "0.33.1" authors = ["Leigh Johnson "] edition = "2021" rust-version = "1.66" repository = "https://github.com/bitsy-ai/printnanny-rs.git" [dependencies] printnanny-dbus = { path = "../dbus", version = "^0.5"} printnanny-edge-db = { path = "../db", version = "^0.2"} printnanny-services = {path = "../services", version = "^0.33.1"} printnanny-api-client = "0.127.4" printnanny-settings = { path = "../settings", version = "^0.7"} printnanny-gst-pipelines = { path = "../gst-pipelines", version = "^0.2", package="printnanny-gst-pipelines"} figment = { version = "0.10", features = ["env", "json", "toml"] } anyhow = { version = "1", features = ["backtrace"] } clap = { version = "3", features = ["derive", "cargo", "env", "wrap_help"] } env_logger = "0.9" git-version = "0.3" tokio = { version = "1.21", features = ["full", "rt-multi-thread", "rt"] } log = "0.4" serde_json = "1" serde_bytes = "0.11" toml = "0.5" serde = "1" [dependencies.function_name] version = "0.2.0"