# 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 = "dir-size" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parallelized directory size calculation" homepage = "https://codeberg.org/Integral/dir-size" readme = "README.md" keywords = [ "directory", "size", "file", "filesystem", ] categories = [ "filesystem", "concurrency", ] license = "MPL-2.0" repository = "https://codeberg.org/Integral/dir-size" [lib] name = "dir_size" path = "src/lib.rs" [dependencies.rayon] version = "1.10.0"