[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
version = "0.71"
[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 = "tthresh_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 tthresh compressor"
edition = "2021"
keywords = ["tthresh", "bindgen", "compression", "encoding"]
license = "MPL-2.0"
name = "tthresh-sys"
readme = "README.md"
repository = "https://github.com/juntyr/tthresh-rs"
rust-version = "1.82"
version = "0.1.0"