# 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] name = "fzyr" version = "0.1.2" authors = ["yonni12 "] autobins = false description = "A fuzzy(er) finder 🔎" homepage = "https://github.com/yonni12/fzyr" readme = "README.md" keywords = ["fuzzy", "finder", "find", "search"] categories = ["algorithms", "command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/yonni12/fzyr" [profile.release] opt-level = 3 lto = true debug = false [lib] name = "fzyr" [[bin]] name = "fzyr" path = "src/bin/main.rs" doc = false [dependencies.bit-vec] version = "^0.5.0" [dependencies.clap] version = "^2.32.0" [dependencies.console] version = "^0.6.1" [dependencies.crossbeam] version = "^0.4.1" [dependencies.itertools] version = "^0.7.8" [dependencies.ndarray] version = "^0.11.2"