[package] name = "btrfsutil-sys" version = "1.3.0" authors = ["cezarmathe "] edition = "2018" description = "Raw bindings to libbtrfsutil" documentation = "https://docs.rs/btrfsutil-sys" readme = "README.md" repository = "https://github.com/cezarmathe/btrfsutil-sys" license = "MIT" build = "build.rs" links = "btrfsutil" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = "0.66" serde = { version = "1.0", features = ["derive"] } toml = "0.5"