# 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 = "taro_init" version = "0.0.1" authors = ["luckyadam "] description = "taro 创建逻辑" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/NervJS/taro" [dependencies.anyhow] version = "=1.0.80" [dependencies.console] version = "=0.15.8" [dependencies.futures] version = "=0.3.30" [dependencies.handlebars] version = "=5.1.0" [dependencies.handlebars_misc_helpers] version = "=0.15.0" features = [ "default", "string", "http_attohttpc", "json", ] default-features = false [dependencies.napi] version = "=2.15.2" features = [ "napi4", "tokio_rt", ] [dependencies.napi-derive] version = "=2.15.3" [dependencies.once_cell] version = "=1.19.0" [dependencies.regex] version = "=1.10.3" [dependencies.serde] version = "=1.0.197" features = ["serde_derive"] [dependencies.serde_json] version = "=1.0.114" [dependencies.spinners] version = "=4.1.1" [dependencies.tokio] version = "=1.36.0" features = [ "fs", "macros", "io-util", "process", ] [dependencies.tokio-util] version = "=0.7.10" features = ["io"]