# 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 = "gistit-cli" version = "0.1.1" authors = ["Fabricio "] description = "Cli tool for gistit" readme = "README.md" keywords = ["gistit"] categories = ["command-line-utilities", "text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/fabricio7p/gistit" [profile.release] opt-level = "s" lto = true codegen-units = 1 [[bin]] name = "gistit" path = "src/main.rs" [dependencies.async-trait] version = "0.1.52" [dependencies.base64] version = "0.13.0" [dependencies.bat] version = "0.19.0" features = ["atty", "regex-onig", "paging"] default-features = false [dependencies.clap] version = "3.1.0" features = ["cargo"] [dependencies.console] version = "0.15.0" [dependencies.gistit-ipc] version = "0.2.0" [dependencies.gistit-project] version = "0.1.0" [dependencies.gistit-proto] version = "0.1.2" [dependencies.indicatif] version = "0.16.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.names] version = "0.12.0" default-features = false [dependencies.ngrammatic] version = "0.3.5" [dependencies.phf] version = "0.10.1" features = ["macros"] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.9" features = ["json"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = ["macros", "fs", "rt", "rt-multi-thread", "sync", "io-util"] [dependencies.url] version = "2.2.2" [dependencies.which] version = "4.2.4" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.predicates] version = "2.1.1" [build-dependencies.clap] version = "3.1.0" features = ["cargo"] [build-dependencies.clap_complete] version = "3.1.0" [build-dependencies.names] version = "0.12.0" default-features = false [target."cfg(windows)".dependencies.console] version = "0.15.0" features = ["windows-console-colors"]