# 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 = "xiny" version = "0.0.0" build = false exclude = [ ".github", "target", "src.reserved/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Not Ready. Still in development, name reserved. Repo currently private. Look forward to the most convenient LearnXinYminutes CLI & TUI fuzy finder combo :)" homepage = "https://github.com/PsychedelicShayna/xiny" readme = "README.md" keywords = [ "xiny", "learnxiny", "tui", "cli", "reference", ] categories = [ "command-line-utilities", "command-line-interface", ] license-file = "LICENSE" repository = "https://github.com/PsychedelicShayna/xiny" [[bin]] name = "xiny" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.clap_complete] version = "4.5.33" [dependencies.crossbeam] version = "0.8.4" [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0.1" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.regex] version = "1.11.0"