compactly 0.1.8

Compactly encode data types using adaptive arithmetic coding
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 = "compactly"
version = "0.1.8"
authors = ["David Roundy <daveroundy@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compactly encode data types using adaptive arithmetic coding"
readme = "README.md"
license = "MIT OR Apache-2.0"

[features]
default = [
    "v1",
    "v2",
]
generate_bit_context = []
v1 = []
v2 = []

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

[[bin]]
name = "ans-bit-context"
path = "src/bin/ans-bit-context.rs"

[[bin]]
name = "ans-decode-phases"
path = "src/bin/ans-decode-phases.rs"
required-features = ["v2"]

[[bin]]
name = "ans-encode-phases"
path = "src/bin/ans-encode-phases.rs"
required-features = ["v2"]

[[bin]]
name = "bench-net"
path = "src/bin/bench-net.rs"

[[bin]]
name = "char-freq"
path = "src/bin/char-freq.rs"
required-features = [
    "csv",
    "ureq",
]

[[bin]]
name = "generate-bit-context"
path = "src/bin/generate-bit-context.rs"

[[bin]]
name = "just-compress"
path = "src/bin/just-compress.rs"
required-features = ["v2"]

[[bin]]
name = "just-compress-enums"
path = "src/bin/just-compress-enums.rs"
required-features = ["v2"]

[[bin]]
name = "just-compress-strings"
path = "src/bin/just-compress-strings.rs"
required-features = ["v2"]

[[bin]]
name = "just-decompress"
path = "src/bin/just-decompress.rs"
required-features = ["v2"]

[[bin]]
name = "just-decompress-enums"
path = "src/bin/just-decompress-enums.rs"
required-features = ["v2"]

[[bin]]
name = "just-decompress-floats"
path = "src/bin/just-decompress-floats.rs"
required-features = ["v2"]

[[bin]]
name = "just-decompress-net"
path = "src/bin/just-decompress-net.rs"
required-features = ["v2"]

[[bin]]
name = "just-decompress-strings"
path = "src/bin/just-decompress-strings.rs"
required-features = ["v2"]

[[bin]]
name = "just-decompress-uless"
path = "src/bin/just-decompress-uless.rs"
required-features = ["v2"]

[[bin]]
name = "micro-batch"
path = "src/bin/micro-batch.rs"
required-features = ["v2"]

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

[[test]]
name = "v1-encoding"
path = "tests/v1-encoding.rs"

[[bench]]
name = "atmost"
path = "benches/atmost.rs"
harness = false
required-features = ["v2"]

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false
required-features = [
    "v1",
    "v2",
]

[[bench]]
name = "bytes"
path = "benches/bytes.rs"
harness = false
required-features = ["v2"]

[[bench]]
name = "integers"
path = "benches/integers.rs"
harness = false
required-features = ["v2"]

[[bench]]
name = "signed"
path = "benches/signed.rs"
harness = false
required-features = ["v2"]

[dependencies.compactly-derive]
version = "0.1.8"

[dependencies.csv]
version = "1"
optional = true

[dependencies.nonmax]
version = "0.5.5"
optional = true

[dependencies.ureq]
version = "2"
optional = true

[dependencies.uuid]
version = "1.18.1"
optional = true

[dev-dependencies.bincode]
version = "2.0.1"

[dev-dependencies.bincode1]
version = "1.3.3"
package = "bincode"

[dev-dependencies.bitcode]
version = "0.6.9"

[dev-dependencies.expect-test]
version = "1.5.1"

[dev-dependencies.rand]
version = "0.8.5"
features = ["small_rng"]

[dev-dependencies.rapidhash]
version = "1.4.0"

[dev-dependencies.scaling]
version = "0.1.3"

[dev-dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dev-dependencies.stats_alloc]
version = "0.1.10"

[dev-dependencies.zstd]
version = "0.13.2"

[profile.bench]
debug = 2