2017-12-22 15:51:36 +03:00
|
|
|
[package]
|
2019-10-25 04:11:24 +03:00
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
2020-09-21 16:53:48 +03:00
|
|
|
build = "build.rs"
|
2018-11-18 08:00:07 +03:00
|
|
|
description = "Atoms for the swc project."
|
2021-03-31 07:09:10 +03:00
|
|
|
documentation = "https://rustdoc.swc.rs/swc_atoms/"
|
2021-12-30 12:59:18 +03:00
|
|
|
edition = "2021"
|
2021-12-01 08:20:52 +03:00
|
|
|
license = "Apache-2.0"
|
2020-09-21 16:53:48 +03:00
|
|
|
name = "swc_atoms"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
2022-06-29 15:06:20 +03:00
|
|
|
version = "0.2.13"
|
2017-12-22 15:51:36 +03:00
|
|
|
|
2022-04-04 14:12:03 +03:00
|
|
|
[lib]
|
|
|
|
bench = false
|
|
|
|
|
2022-06-29 07:08:29 +03:00
|
|
|
[features]
|
|
|
|
rkyv-impl = ["rkyv", "bytecheck"]
|
|
|
|
|
2017-12-22 15:51:36 +03:00
|
|
|
[dependencies]
|
2022-06-29 06:35:23 +03:00
|
|
|
bytecheck = { version = "0.6.8", optional = true }
|
2022-06-11 18:58:21 +03:00
|
|
|
once_cell = "1"
|
2022-06-28 21:29:00 +03:00
|
|
|
rkyv = { version = "0.7.39", optional = true }
|
2022-06-11 18:58:21 +03:00
|
|
|
rustc-hash = "1.1.0"
|
|
|
|
serde = "1"
|
2022-03-28 09:49:30 +03:00
|
|
|
string_cache = "0.8.4"
|
2017-12-22 15:51:36 +03:00
|
|
|
|
|
|
|
[build-dependencies]
|
2022-03-28 09:49:30 +03:00
|
|
|
string_cache_codegen = "0.5.2"
|