[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Atoms for the swc project."
documentation = "https://rustdoc.swc.rs/swc_atoms/"
edition = { workspace = true }
license = { workspace = true }
name = "swc_atoms"
repository = { workspace = true }
version = "3.0.2"
[lib]
bench = false
[features]
__rkyv = []
rkyv-impl = ["__rkyv", "rkyv", "bytecheck", "rancor"]
[dependencies]
arbitrary = { workspace = true, optional = true }
bytecheck = { workspace = true, optional = true }
hstr = { workspace = true }
once_cell = { workspace = true }
rancor = { workspace = true, optional = true }
rkyv = { workspace = true, optional = true }
rustc-hash = { workspace = true }
serde = { workspace = true }