# 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 = "frb_plugin_tool" version = "0.2.0" authors = ["hlxsmail@gmail.com"] build = false include = [ "/temp/**", "/src/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "dart rust frb 快速生成项目脚本" homepage = "https://github.com/mdddj/frb_plugin_tool" readme = "README.md" keywords = [ "dart", "plugin", "flutter", "frb", "rust", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/mdddj/frb_plugin_tool" [[bin]] name = "frb_plugin_tool" path = "src/main.rs" [dependencies.duct] version = "0.13.7" [dependencies.futures] version = "0.3.31" [dependencies.reqwest] version = "0.12.8" [dependencies.tera] version = "1.20.0" [dependencies.tokio] version = "1.40.1" features = ["full"]