# 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 = "detect_rs" version = "0.1.0" description = "Detect files on your filesystem using arbitrary expression language criteria" readme = "README.md" license = "MIT OR Apache-2.0" [[bin]] name = "detect" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.combine] version = "4.6.6" [dependencies.futures] version = "0.3.23" [dependencies.itertools] version = "0.10" [dependencies.recursion] version = "0.5" features = ["experimental"] [dependencies.recursion-visualize] version = "0.5" optional = true [dependencies.regex] version = "1.6.0" [dependencies.tokio] version = "1.19" features = [ "rt", "rt-multi-thread", "fs", "macros", "io-util", "sync", "process", ] [dependencies.walkdir] version = "2.3" [dev-dependencies.tempdir] version = "0.3.7" [features] viz = ["dep:recursion-visualize"]