# 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 = "btrfsutil" version = "0.2.0" authors = [ "cezarmathe ", "Alex Pearson ", ] description = "Safe wrappers for libbtrfsutil." documentation = "https://docs.rs/btrfsutil/" readme = "README.md" keywords = ["btrfs"] license = "MIT" repository = "https://github.com/cezarmathe/btrfsutil-rs" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "btrfsutil" path = "src/lib.rs" [[example]] name = "subvolume_iterator_info" [dependencies.bitflags] version = "1.2" [dependencies.btrfsutil-sys] version = "1.3.0" [dependencies.chrono] version = "0.4.11" [dependencies.libc] version = "0.2.75" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8.1" [dev-dependencies.libmount] version = "0.1.11" [dev-dependencies.loopdev] version = "0.4" [dev-dependencies.nix] version = "0.18" [dev-dependencies.tempfile] version = "3.0.1" [features] default = [] enable-glue-errors = []