arib-cli 0.2.0

Reads the signalling of ARIB broadcasts and descrambles them, as an example of the arib crate
# 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"
name = "arib-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reads the signalling of ARIB broadcasts and descrambles them, as an example of the arib crate"
readme = false
license = "MIT"
repository = "https://github.com/siketyan/arib-rs"

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

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

[dependencies.anyhow]
version = "1.0.103"

[dependencies.arib]
version = "0.2.0"
features = ["pcsc"]

[dependencies.chrono]
version = "0.4.45"

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

[dependencies.flate2]
version = "1.1.10"

[dependencies.serde_json]
version = "1.0.151"

[dependencies.tracing]
version = "0.1.44"

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