sperr-sys 0.2.0

Low-level Rust bindings to the SPERR compressor
Documentation
[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
version = "0.72"

[build-dependencies.cc]
default-features = false
version = "1.2"

[build-dependencies.cmake]
default-features = false
version = "0.1.26"

[dependencies.openmp-sys]
default-features = false
optional = true
version = "1.2"

[features]
openmp = ["dep:openmp-sys"]

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

[lints.clippy]
cargo_common_metadata = "warn"
expect_used = "warn"
indexing_slicing = "warn"
module_name_repetitions = "allow"
multiple_crate_versions = "warn"
panic = "warn"
todo = "warn"
unimplemented = "warn"
unreachable = "warn"
unwrap_used = "warn"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"
unstable_features = "forbid"
unused_crate_dependencies = "warn"

[package]
authors = ["Juniper Tyree <juniper.tyree@helsinki.fi>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "compression", "encoding"]
description = "Low-level Rust bindings to the SPERR compressor"
edition = "2021"
exclude = ["/SPERR/.github", "/SPERR/docker", "/SPERR/evaluations", "/SPERR/examples", "/SPERR/handout", "/SPERR/test_data", "/SPERR/test_scripts", "/SPERR/utilities"]
keywords = ["SPERR", "bindgen", "compression", "encoding"]
license = "MPL-2.0"
links = "SPERR"
name = "sperr-sys"
readme = "README.md"
repository = "https://github.com/juntyr/sperr-rs"
rust-version = "1.82"
version = "0.2.0"