# 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 = "zfs-recompress" version = "0.1.0" authors = ["Julian Jeggle "] description = "Small program to recompress a ZFS directory tree and/or gather metadata on the files within." homepage = "https://codeberg.org/jjeggle/zfs-recompress" readme = "README.md" license = "GPL-2.0-only" repository = "https://codeberg.org/jjeggle/zfs-recompress" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3" features = ["derive"] [dependencies.ctrlc] version = "3" [dependencies.indicatif] version = "0.17" [dependencies.nix] version = "0.29" features = ["signal"] [dependencies.regex] version = "1" [dependencies.rusqlite] version = "0.32" [dependencies.scoped_threadpool] version = "0.1" [dependencies.sha2] version = "0.10" [dependencies.uuid] version = "1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.walkdir] version = "2"