h265nal-cli 0.1.2

CLI for parsing HEVC/H.265 bitstreams with h265nal
# 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"
name = "h265nal-cli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for parsing HEVC/H.265 bitstreams with h265nal"
homepage = "https://github.com/CursedFactory/h265nal-rs"
documentation = "https://docs.rs/h265nal-cli"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/CursedFactory/h265nal-rs"

[[bin]]
name = "h265nal-cli"
path = "src/main.rs"

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

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

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

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

[dependencies.h265nal-sys]
version = "0.1.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "fmt",
]