# 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 = "kite-cli" version = "0.1.2" description = "CLI for Kite (WIP)" license = "MIT" resolver = "2" [[bin]] name = "kite" path = "src/main.rs" [dependencies.base64] version = "0.13" [dependencies.clap] version = "3.1.12" features = ["derive"] [dependencies.confy] version = "0.4.0" [dependencies.console] version = "0.15.0" [dependencies.git2] version = "0.14.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.nanoid] version = "0.4.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.thiserror] version = "1.0.31" [dependencies.toml] version = "0.5.9" [dependencies.ureq] version = "2.4.0" features = ["json"]