devicemapper-sys 0.3.3

Low level bindings for devicemapper
Documentation
[build-dependencies.bindgen]
version = "0.72.0"

[build-dependencies.pkg-config]
version = "0.3.31"

[features]
disable_cargo_metadata = []

[lib]
name = "devicemapper_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 = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["os::linux-apis", "external-ffi-bindings"]
description = "Low level bindings for devicemapper"
documentation = "https://docs.rs/devicemapper-rs-sys"
edition = "2021"
homepage = "https://stratis-storage.github.io/"
keywords = ["storage", "devicemapper"]
license = "MPL-2.0"
name = "devicemapper-sys"
readme = "README.md"
repository = "https://github.com/stratis-storage/devicemapper-rs"
rust-version = "1.77.0"
version = "0.3.3"