# 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 = "fast-glob" version = "0.4.0" authors = ["shulaoda "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance glob matching crate for Rust" documentation = "https://docs.rs/fast-glob" readme = "README.md" keywords = [ "glob", "pattern", "walkdir", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/shulaoda/fast-glob.git" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "fast_glob" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dev-dependencies.codspeed-criterion-compat] version = "2.6.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.glob-match] version = "0.2.1" [dev-dependencies.globset] version = "0.4.14"