# 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 = "2018" name = "esbuild-rs" version = "0.13.8" authors = ["Wilson Lin "] include = ["/src/**/*", "/build.rs", "/Cargo.toml", "/lib/go.mod", "lib/vendor/**/*"] description = "Rust wrapper for esbuild, an extremely fast JS minifier written in Go" homepage = "https://github.com/wilsonzlin/esbuild-rs" readme = "README.md" keywords = ["js", "javascript", "minifier", "minify", "minification"] categories = ["compression", "command-line-utilities", "development-tools::build-utils", "web-programming"] license = "MIT" repository = "https://github.com/wilsonzlin/esbuild-rs.git" [dependencies.libc] version = "0.2" [dev-dependencies.async-std] version = "1.6" [dev-dependencies.crossbeam] version = "0.7" [target."cfg(target_env = \"msvc\")".dependencies.lazy_static] version = "1.4" [target."cfg(target_env = \"msvc\")".dependencies.memorymodule-rs] version = "0.0.3"