ryg-rans-rs-cli 0.1.25

Production-grade CLI for rANS entropy coding — encode, decode, inspect, verify, compare, benchmark
Documentation
# 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 = "ryg-rans-rs-cli"
version = "0.1.25"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production-grade CLI for rANS entropy coding — encode, decode, inspect, verify, compare, benchmark"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/infinityabundance/ryg-rans-rs"
resolver = "2"

[features]
default = ["simd"]
simd = ["ryg-rans-rs-simd"]

[lib]
name = "ryg_rans_rs_cli"
path = "src/lib.rs"

[[bin]]
name = "ryg-rans"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "wrap_help",
]

[dependencies.clap_complete]
version = "4"

[dependencies.hex]
version = "0.4"

[dependencies.ryg-rans-rs]
version = "0.1.25"

[dependencies.ryg-rans-rs-core]
version = "0.1.25"
features = ["std"]

[dependencies.ryg-rans-rs-simd]
version = "0.1.25"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"