# 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 = "intelli-shell" version = "0.2.7" description = "Like IntelliSense, but for shells" readme = "README.md" keywords = [ "intellisense", "autocomplete", "cli", "shell", "bookmark", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/lasantosr/intelli-shell/" [[bin]] name = "intelli-shell" path = "src/main.rs" required-features = [] [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossterm] version = "0.26" [dependencies.directories] version = "5" [dependencies.git2] version = "0.17" features = [ "https", "vendored-openssl", "vendored-libgit2", ] optional = true default-features = false [dependencies.indoc] version = "2" [dependencies.iter-flow] version = "0.1" [dependencies.itertools] version = "0.10" [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0.12" [dependencies.ratatui] version = "0.21" [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.rusqlite] version = "0.29" features = [ "bundled", "uuid", ] [dependencies.rusqlite_migration] version = "1" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.tempfile] version = "3" optional = true [dependencies.unicode-segmentation] version = "1" [dependencies.unidecode] version = "0.3" [dependencies.uuid] version = "1" features = [ "serde", "v4", ] [features] debug = [] default = ["tldr"] tldr = [ "dep:git2", "dep:tempfile", ]