63 lines
1.3 KiB
TOML
63 lines
1.3 KiB
TOML
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
|
#
|
|
# When uploading crates to the registry Cargo will automatically
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
|
# to registry (e.g., crates.io) dependencies.
|
|
#
|
|
# If you are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2021"
|
|
name = "swc_atoms"
|
|
version = "0.5.9"
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
build = "build.rs"
|
|
description = "Atoms for the swc project."
|
|
documentation = "https://rustdoc.swc.rs/swc_atoms/"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies.bytecheck]
|
|
version = "0.6.10"
|
|
optional = true
|
|
|
|
[dependencies.once_cell]
|
|
version = "1"
|
|
|
|
[dependencies.rkyv]
|
|
version = "=0.7.42"
|
|
features = [
|
|
"strict",
|
|
"validation",
|
|
]
|
|
optional = true
|
|
package = "rkyv"
|
|
|
|
[dependencies.rustc-hash]
|
|
version = "1.1.0"
|
|
|
|
[dependencies.serde]
|
|
version = "1"
|
|
|
|
[dependencies.string_cache]
|
|
version = "0.8.7"
|
|
|
|
[dependencies.triomphe]
|
|
version = "0.1.8"
|
|
|
|
[build-dependencies.string_cache_codegen]
|
|
version = "0.5.2"
|
|
|
|
[features]
|
|
__rkyv = []
|
|
rkyv-impl = [
|
|
"__rkyv",
|
|
"rkyv",
|
|
"bytecheck",
|
|
]
|