swc/crates/preset_env_base/Cargo.toml

23 lines
568 B
TOML
Raw Normal View History

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Common logic for targetting vairous browsers"
documentation = "https://rustdoc.swc.rs/preset_env_base/"
edition = "2021"
license = "Apache-2.0"
name = "preset_env_base"
2022-03-31 01:53:40 +03:00
version = "0.2.1"
[lib]
bench = false
[dependencies]
ahash = "0.7.4"
anyhow = "1"
browserslist-rs = "=0.9.0"
2022-03-11 17:00:55 +03:00
dashmap = "5.1.0"
from_variant = {version = "0.1.3", path = "../from_variant"}
2022-03-11 17:00:55 +03:00
once_cell = "1.10.0"
semver = {version = "1.0.4", features = ["serde"]}
serde = {version = "1", features = ["derive"]}
st-map = "0.1.2"