mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
25 lines
713 B
TOML
25 lines
713 B
TOML
[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"
|
|
version = "0.4.9"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
ahash = "0.8.5"
|
|
anyhow = "1"
|
|
browserslist-rs = "0.13.0"
|
|
dashmap = "5.4.0"
|
|
once_cell = "1.18.0"
|
|
semver = { version = "1.0.17", features = ["serde"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
st-map = "0.2.0"
|
|
tracing = { version = "0.1.37" }
|
|
|
|
from_variant = { version = "0.1.7", path = "../from_variant" }
|