# 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 = "tree-snapshot" version = "0.1.0" description = "A tool to create and manage snapshots of directory trees." homepage = "https://github.com/schwa/tree-snapshot-rs" readme = "README.md" license = "MIT" repository = "https://github.com/schwa/tree-snapshot-rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.crypto-hash] version = "0.3.4" [dependencies.csv] version = "1.3.0" [dependencies.fern] version = "0.6.2" features = ["colored"] [dependencies.hex] version = "0.4.3" [dependencies.humansize] version = "2.1.3" [dependencies.humantime] version = "2.1.0" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.21" [dependencies.memmap] version = "0.7.0" [dependencies.normpath] version = "1.2.0" [dependencies.num-format] version = "0.4.4" features = ["with-system-locale"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.threadpool] version = "1.8.1" [dependencies.users] version = "0.11.0" [dependencies.walkdir] version = "2.5.0" [dependencies.xattr] version = "1.3.1"