smoo-host-cli 0.0.1

Host CLI for serving smoo block exports over USB.
# 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.88"
name = "smoo-host-cli"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host CLI for serving smoo block exports over USB."
readme = false
license = "GPL-3.0-only"
repository = "https://github.com/samcday/smoo"

[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"

[package.metadata.binstall.overrides.aarch64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-aarch64-unknown-linux-musl.tar.gz"

[package.metadata.binstall.overrides.x86_64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-x86_64-unknown-linux-musl.tar.gz"

[[bin]]
name = "smoo-host"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.clap]
version = "4.5.20"
features = ["derive"]

[dependencies.hyper]
version = "0.14"
features = [
    "server",
    "http1",
    "tcp",
]

[dependencies.metrics-exporter-prometheus]
version = "0.13"
features = ["http-listener"]
default-features = false

[dependencies.smoo-host-blocksource-http]
version = "0.0.1-rc.1"

[dependencies.smoo-host-blocksources]
version = "0.0.1-rc.1"

[dependencies.smoo-host-core]
version = "0.0.1-rc.1"
features = ["metrics"]

[dependencies.smoo-host-session]
version = "0.0.1-rc.1"

[dependencies.smoo-host-transport-rusb]
version = "0.0.1-rc.1"

[dependencies.smoo-proto]
version = "0.0.1-rc.1"

[dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "time",
]

[dependencies.tokio-util]
version = "0.7.17"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]

[dependencies.url]
version = "2.5.4"