swc_atoms 0.3.0

Atoms for the swc project.
Documentation
[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.3.0"

[lib]
bench = false

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

[dependencies]
bytecheck = { version = "0.6.8", optional = true }
once_cell = "1"
rkyv = { version = "0.7.39", optional = true }
rustc-hash = "1.1.0"
serde = "1"
string_cache = "0.8.4"

[build-dependencies]
string_cache_codegen = "0.5.2"