# 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 = "reflink-split" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "like split(1), but for filesystems with reflink support" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/mati1210/reflink-split" [[bin]] name = "reflink-split" path = "src/main.rs" [dependencies.byte-unit] version = "5.1" [dependencies.env_logger] version = "0.11" [dependencies.itoa] version = "1.0" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.29" features = ["zerocopy"]