# 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" name = "composefs-sys" version = "0.1.3" build = "build.rs" links = "composefs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library wrapping the libcomposefs C library" readme = "README.md" keywords = ["composefs"] license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [package.metadata.system-deps.composefs] name = "composefs" version = "1" [lib] name = "composefs_sys" path = "src/lib.rs" [dev-dependencies.anyhow] version = "1" [dev-dependencies.tempfile] version = "3" [build-dependencies.system-deps] version = "6" [features] v1_0_4 = []