# 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 = "sk-skimmer" version = "0.13.6" authors = [ "Loric Andre", "Zhang Jinzhou ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fuzzy Finder in rust!" homepage = "https://github.com/LoricAndre/skimmer" documentation = "https://docs.rs/skimmer" readme = "README.md" keywords = [ "fuzzy", "menu", "util", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/LoricAndre/skimmer" [lib] name = "skimmer" path = "src/lib.rs" doctest = false [[bin]] name = "sk" path = "src/bin/main.rs" [[example]] name = "custom_item" path = "examples/custom_item.rs" [[example]] name = "custom_keybinding_actions" path = "examples/custom_keybinding_actions.rs" [[example]] name = "downcast" path = "examples/downcast.rs" [[example]] name = "nth" path = "examples/nth.rs" [[example]] name = "option_builder" path = "examples/option_builder.rs" [[example]] name = "sample" path = "examples/sample.rs" [[test]] name = "test_tmux" path = "tests/test_tmux.rs" [dependencies.beef] version = "0.5.2" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4.5.20" features = [ "cargo", "derive", ] optional = true [dependencies.crossbeam] version = "0.8.2" [dependencies.defer-drop] version = "1.3.0" [dependencies.derive_builder] version = "0.11.2" [dependencies.env_logger] version = "0.11.5" optional = true [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.29.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.5.3" [dependencies.regex] version = "1.6.0" [dependencies.shlex] version = "1.1.0" optional = true [dependencies.time] version = "0.3.13" [dependencies.timer] version = "0.2.0" [dependencies.tmux_interface] version = "0.3.2" [dependencies.tuikit] version = "0.5.0" [dependencies.unicode-width] version = "0.2.0" [dependencies.vte] version = "0.13.0" [features] cli = [ "dep:clap", "dep:shlex", "dep:env_logger", ] default = ["cli"]