# 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 = "arbor-cli" version = "0.1.0" authors = ["Can Vardar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A trie-based auto-completion tool." readme = "README.md" keywords = [ "autocomplete", "cli", "trie", ] license-file = "LICENSE" [lib] name = "arbor_cli" path = "src/lib.rs" [[bin]] name = "arbor-cli" path = "src/main.rs" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "4.0" [dependencies.tokio] version = "1.40.0" features = ["full"]