[build-dependencies.bindgen]
version = "0.72.0"
[build-dependencies.cc]
version = "1.0.45"
[build-dependencies.pkg-config]
version = "0.3.17"
[build-dependencies.semver]
version = "1.0.0"
[features]
static = []
[lib]
name = "libcryptsetup_rs_sys"
path = "src/lib.rs"
[lints.clippy.all]
level = "deny"
priority = 0
[lints.clippy.cargo]
level = "deny"
priority = 1
[lints.clippy.multiple-crate-versions]
level = "allow"
priority = 2
[lints.rust.future_incompatible]
level = "deny"
priority = 1
[lints.rust.nonstandard_style]
level = "deny"
priority = 4
[lints.rust.rust_2018_idioms]
level = "deny"
priority = 3
[lints.rust.unused]
level = "deny"
priority = 2
[lints.rust.warnings]
level = "deny"
priority = 0
[package]
authors = ["John Baublitz <jbaublitz@redhat.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "os::linux-apis"]
description = "Low level bindings for libcryptsetup"
documentation = "https://docs.rs/libcryptsetup-rs-sys"
edition = "2021"
homepage = "https://stratis-storage.github.io/"
keywords = ["storage", "cryptsetup"]
license = "MPL-2.0"
name = "libcryptsetup-rs-sys"
readme = "README.md"
repository = "https://github.com/stratis-storage/libcryptsetup-rs"
rust-version = "1.77.0"
version = "0.6.1"