[package] name = "sz3" version = "0.2.0+SZ3-3.2.1" edition = "2021" authors = ["Robin Ole Heinemann "] description = "High level bindings to the SZ3 lossy floating point compressor." repository = "https://github.com/apertus-open-source-cinema/sz3-rs/" license = "MIT OR Apache-2.0" keywords = ["compress"] categories = ["compression"] readme = "README.md" exclude = ["test_data/*"] [features] openmp = ["sz3-sys/openmp"] [dependencies] sz3-sys = { path = "sz3-sys", version = "0.2.0" } thiserror = "1.0.61" [dev-dependencies] bytemuck = "1.16.0" align-data = "0.1.0" paste = "1.0.15" [profile.release] lto = "thin"