# 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 = "libfs" version = "0.8.0" authors = ["Steve Smith "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "`libfs` is a library of file and filesystem operations that is supplementary to `std::fs`" homepage = "https://github.com/tarka/xcp/libfs" readme = "README.md" keywords = [ "coreutils", "files", "filesystem", "sparse", ] categories = ["filesystem"] license = "GPL-3.0-only" repository = "https://github.com/tarka/xcp/libfs" [lib] name = "libfs" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.libc] version = "0.2.161" [dependencies.linux-raw-sys] version = "0.6.5" features = ["ioctl"] [dependencies.log] version = "0.4.22" [dependencies.rustix] version = "0.38.38" features = ["fs"] [dependencies.thiserror] version = "1.0.65" [dependencies.xattr] version = "1.3.1" [dev-dependencies.exacl] version = "0.12.0" [dev-dependencies.tempfile] version = "3.13.0" [features] default = ["use_linux"] test_no_acl = [] test_no_extents = [] test_no_reflink = [] test_no_sockets = [] test_no_sparse = [] use_linux = [] [lints.clippy] upper_case_acronyms = "allow"