tailsurf-cli 0.7.1

Command line client for tail.surf live transcript streams
# 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 = "2024"
rust-version = "1.95"
name = "tailsurf-cli"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line client for tail.surf live transcript streams"
homepage = "https://tail.surf"
readme = "README.md"
keywords = [
    "streaming",
    "websocket",
    "transcript",
    "logs",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/s2-streamstore/tailsurf"

[[bin]]
name = "tsf"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.axoupdater]
version = "0.10.0"
features = ["github_releases"]
default-features = false

[dependencies.bytes]
version = "1.12.1"

[dependencies.clap]
version = "4.6.6"
features = [
    "derive",
    "env",
]

[dependencies.eyre]
version = "0.6.12"

[dependencies.humantime]
version = "2.4.0"

[dependencies.memchr]
version = "2.8.3"

[dependencies.secrecy]
version = "0.10.3"
features = ["serde"]

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.tailsurf]
version = "0.7.1"

[dependencies.tokio]
version = "1.53.1"
features = [
    "io-std",
    "io-util",
    "macros",
    "process",
    "rt",
    "signal",
    "sync",
]

[dependencies.url]
version = "2.5.8"

[dev-dependencies.axum]
version = "0.8.9"
features = ["ws"]

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"