swc/crates/swc_atoms/Cargo.toml
2023-04-13 05:52:04 +00:00

32 lines
698 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
build = "build.rs"
description = "Atoms for the swc project."
documentation = "https://rustdoc.swc.rs/swc_atoms/"
edition = "2021"
license = "Apache-2.0"
name = "swc_atoms"
repository = "https://github.com/swc-project/swc.git"
version = "0.5.2"
[lib]
bench = false
[features]
__rkyv = []
rkyv-impl = ["__rkyv", "rkyv"]
[dependencies]
once_cell = "1"
rkyv = { package = "rkyv", version = "=0.7.40", optional = true, features = [
"strict",
"validation",
] }
rustc-hash = "1.1.0"
serde = "1"
string_cache = "0.8.7"
triomphe = "0.1.8"
[build-dependencies]
string_cache_codegen = "0.5.2"