swc_atoms 2.0.0

Atoms for the swc project.
Documentation
[dependencies.arbitrary]
optional = true
version = "1"

[dependencies.bytecheck]
optional = true
version = "0.6.10"

[dependencies.hstr]
version = "0.2.12"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.rkyv]
features = ["validation"]
optional = true
version = "=0.7.45"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.serde]
version = "1.0.197"

[features]
__rkyv = []
rkyv-impl = ["__rkyv", "rkyv", "bytecheck"]

[lib]
bench = false
name = "swc_atoms"
path = "src/lib.rs"

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Atoms for the swc project."
documentation = "https://rustdoc.swc.rs/swc_atoms/"
edition = "2021"
license = "Apache-2.0"
name = "swc_atoms"
readme = false
repository = "https://github.com/swc-project/swc.git"
version = "2.0.0"