# 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 = "f_cli" version = "0.1.1" authors = ["front789"] default-run = "f_cli" description = "利用Rust构建属于自己的前端cli工具" readme = "README.md" keywords = [ "react", "typescript", "cli", "frontend", ] categories = [ "command-line-utilities", "development-tools", "web-programming", "config", ] license = "MIT OR Apache-2.0" [[bin]] name = "f_cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3" features = [ "wrap_help", "derive", "cargo", ] [dependencies.console] version = "0.15.7" [dependencies.dialoguer] version = "0.10.4" [dependencies.rust-embed] version = "6.6.1" features = ["debug-embed"] [dependencies.serde_json] version = "1.0.108" [dependencies.update-informer] version = "1.0.0"