# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zs-filecrawler" version = "0.1.1" authors = ["Erik Zscheile "] description = "crawles files, resumable" license = "MIT OR Apache-2.0" repository = "https://github.com/zserik/zs-filecrawler" [profile.release] lto = true [dependencies.byte-unit] version = "4.0" [dependencies.crossbeam-channel] version = "0.4" [dependencies.crossbeam-utils] version = "0.7" [dependencies.digest] version = "0.9" [dependencies.globwalk] version = "0.8" [dependencies.hex] version = "0.4" [dependencies.indicatif] version = "0.15" [dependencies.indoc] version = "1.0" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1.13" [dependencies.readfilez] version = "0.2" [dependencies.sha2] version = "0.9" [dependencies.signal-hook] version = "0.1" [dependencies.simplelog] version = "0.8" [dependencies.sled] version = "0.34" features = ["compression"] [dependencies.text_io] version = "0.1" [features] io_uring = ["sled/io_uring"]