# 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 = "farmfe_toolkit" version = "0.0.14" authors = ["brightwu(吴明亮) <1521488775@qq.com>"] description = "Toolkit for farm." homepage = "https://farmfe.org" documentation = "https://docs.rs/farmfe_toolkit" license = "MIT" repository = "https://github.com/farm-fe/farm" [dependencies.anyhow] version = "1.0.40" features = ["backtrace"] [dependencies.farmfe_core] version = "0.7.0" [dependencies.farmfe_testing_helpers] version = "0.0.14" [dependencies.farmfe_toolkit_plugin_types] version = "0.0.21" [dependencies.farmfe_utils] version = "0.1.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.preset_env_base] version = "0.5.1" [dependencies.sourcemap] version = "8.0.1" [dependencies.swc_atoms] version = "0.6.7" [dependencies.swc_css_codegen] version = "0.152.0" [dependencies.swc_css_minifier] version = "0.117.1" [dependencies.swc_css_modules] version = "0.30.0" [dependencies.swc_css_parser] version = "0.151.0" [dependencies.swc_css_prefixer] version = "0.155.0" [dependencies.swc_css_visit] version = "0.140.0" [dependencies.swc_ecma_codegen] version = "0.151.1" [dependencies.swc_ecma_minifier] version = "0.197.3" [dependencies.swc_ecma_parser] version = "0.146.12" [dependencies.swc_ecma_preset_env] version = "0.210.0" [dependencies.swc_ecma_transforms] version = "0.232.1" features = [ "module", "typescript", "react", "concurrent", ] [dependencies.swc_ecma_transforms_base] version = "0.140.3" [dependencies.swc_ecma_utils] version = "0.130.3" [dependencies.swc_ecma_visit] version = "0.101.0" [dependencies.swc_error_reporters] version = "0.18.1" [dependencies.swc_html_codegen] version = "0.43.0" [dependencies.swc_html_minifier] version = "0.139.1" [dependencies.swc_html_parser] version = "0.40.0" [dependencies.swc_html_visit] version = "0.34.0" [features]