# 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] name = "bloodhound" version = "0.5.5" authors = ["Jordan MacDonald "] description = "Fuzzy file finder." homepage = "https://github.com/jmacdonald/bloodhound" keywords = [ "fuzzy", "file", "find", ] license-file = "LICENSE" repository = "https://github.com/jmacdonald/bloodhound" [dependencies.fragment] version = "0.3.1" [dependencies.glob] version = "0.2" [dependencies.walkdir] version = "2.0.1"