# 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" rust-version = "1.58" name = "scout" version = "2.8.0" authors = ["Juan Hernández "] exclude = [ "media/*", ".github/*", ] description = "Friendly fuzzy finder for the command line" homepage = "https://github.com/jhbabon/scout" readme = "README.md" keywords = [ "scout", "fuzzy", "fuzzyfinder", "cli", "async", ] license = "MIT" repository = "https://github.com/jhbabon/scout" [profile.release] lto = true codegen-units = 1 [lib] name = "scout" path = "src/lib.rs" [[bin]] name = "scout" path = "src/main.rs" test = false doc = false [dependencies.ansi_term] version = "0.12.1" [dependencies.async-std] version = "1.12" features = ["unstable"] [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3" features = ["async-await"] [dependencies.futures-timer] version = "3.0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.139" [dependencies.log] version = "0.4.17" [dependencies.pico-args] version = "0.5.0" [dependencies.rayon] version = "1.5.3" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.termion] version = "1.5.3" [dependencies.termios] version = "0.3.1" [dependencies.toml] version = "0.5.9" [dependencies.unicode-segmentation] version = "1.10.0"