[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"