# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70" name = "mdconfig" version = "0.2.0" authors = ["Alan Somers "] build = false include = [ "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Rust bindings for FreeBSD's md devices """ documentation = "https://docs.rs/mdconfig" readme = "README.md" keywords = [ "freebsd", "memory-disk", "md", ] categories = [ "api-bindings", "os::freebsd-apis", ] license = "MIT/Apache-2.0" repository = "https://github.com/asomers/mdconfig-rs" [package.metadata.docs.rs] targets = ["x86_64-unknown-freebsd"] [lib] name = "mdconfig" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0" [dependencies.libc] version = "0.2.154" features = ["extra_traits"] [dependencies.nix] version = ">=0.24.0,<0.30.0" features = ["ioctl"] default-features = false [dev-dependencies.nix] version = ">=0.24.0,<0.30.0" features = [ "feature", "ioctl", ] default-features = false [dev-dependencies.tempfile] version = "3.4"