# 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 = "rmk-cli" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RMK CLI is a tool that parses `keybaord.toml` and `vial.json`, generates RMK project." homepage = "https://github.com/haobogu/rmk-cli" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/haobogu/rmk-cli" resolver = "2" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "rmk-cli" path = "src/main.rs" [dependencies.clap] version = "4.5.23" features = [ "derive", "string", ] [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3.31" [dependencies.inquire] version = "0.7.5" [dependencies.reqwest] version = "0.12" features = [ "json", "gzip", "stream", ] [dependencies.rmk-config] version = "0.2.0" features = ["toml"] [dependencies.serde] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8" [dependencies.walkdir] version = "2" [dependencies.zip] version = "2.2"