ans 0.1.3

Asymmetric Numeral Systems: near-optimal entropy coding primitives.
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 = "2021"
name = "ans"
version = "0.1.3"
authors = ["Arc <attobop@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Asymmetric Numeral Systems: near-optimal entropy coding primitives."
homepage = "https://github.com/arclabs561/ans"
documentation = "https://docs.rs/ans"
readme = "README.md"
keywords = [
    "ans",
    "entropy-coding",
    "compression",
]
categories = [
    "compression",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/ans"

[features]
default = ["std"]
std = ["thiserror/std"]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "entropy_verification"
path = "examples/entropy_verification.rs"

[dependencies.thiserror]
version = "2.0"
default-features = false

[dev-dependencies.fingerprints]
version = "0.1"

[dev-dependencies.proptest]
version = "1.5"