tensogram-szip 0.21.0

Pure-Rust CCSDS 121.0-B-3 Adaptive Entropy Coding (AEC/SZIP) — encode, decode, and range decode
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"
rust-version = "1.87"
name = "tensogram-szip"
version = "0.21.0"
authors = ["ECMWF <software@ecmwf.int>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust CCSDS 121.0-B-3 Adaptive Entropy Coding (AEC/SZIP) — encode, decode, and range decode"
homepage = "https://sites.ecmwf.int/docs/tensogram/main"
documentation = "https://docs.rs/tensogram-szip"
readme = "README.md"
keywords = [
    "szip",
    "aec",
    "compression",
    "entropy-coding",
    "scientific-data",
]
categories = [
    "science",
    "compression",
]
license = "Apache-2.0"
repository = "https://github.com/ecmwf/tensogram"

[features]
default = []
ffi-crosscheck = []

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

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

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

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

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

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.libaec-sys]
version = "0.1"

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