# 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 = "which_problem" version = "0.1.0" description = "Diganose your executable lookup problems with this rust library" homepage = "https://github.com/schneems/which_problem" documentation = "https://docs.rs/which_problem" readme = "README.md" keywords = [ "executable", "which", "lookup", ] license = "MIT" repository = "https://github.com/schneems/which_problem" resolver = "1" [dependencies.is_executable] version = "1.0.1" [dependencies.itertools] version = "0.10.5" [dependencies.ordered-float] version = "3.4.0" [dependencies.rayon] version = "1.6.1" [dependencies.strsim] version = "0.10.0" [dev-dependencies.tempfile] version = "3.3.0"