swc_atoms 3.0.2

Atoms for the swc project.
Documentation
[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]
# bytecheck version should be in sync with rkyv version. Do not bump individually.
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 }