97 lines
1.8 KiB
TOML
97 lines
1.8 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_ecma_ast"
|
|
version = "0.109.0"
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
description = "Ecmascript ast."
|
|
documentation = "https://rustdoc.swc.rs/swc_ecma_ast/"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies.arbitrary]
|
|
version = "1"
|
|
features = ["derive"]
|
|
optional = true
|
|
|
|
[dependencies.bitflags]
|
|
version = "2.3.2"
|
|
|
|
[dependencies.bytecheck]
|
|
version = "0.6.10"
|
|
optional = true
|
|
|
|
[dependencies.is-macro]
|
|
version = "0.3.0"
|
|
|
|
[dependencies.num-bigint]
|
|
version = "0.4"
|
|
features = ["serde"]
|
|
|
|
[dependencies.rkyv]
|
|
version = "=0.7.42"
|
|
features = [
|
|
"strict",
|
|
"validation",
|
|
]
|
|
optional = true
|
|
package = "rkyv"
|
|
|
|
[dependencies.scoped-tls]
|
|
version = "1.0.1"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.133"
|
|
features = ["derive"]
|
|
optional = true
|
|
|
|
[dependencies.string_enum]
|
|
version = "0.4.1"
|
|
|
|
[dependencies.swc_atoms]
|
|
version = "0.5.9"
|
|
|
|
[dependencies.swc_common]
|
|
version = "0.32.0"
|
|
|
|
[dependencies.unicode-id]
|
|
version = "0.3"
|
|
|
|
[dev-dependencies.serde_json]
|
|
version = "1"
|
|
|
|
[features]
|
|
__rkyv = []
|
|
default = []
|
|
fuzzing = [
|
|
"arbitrary",
|
|
"swc_common/arbitrary",
|
|
]
|
|
rkyv-impl = [
|
|
"__rkyv",
|
|
"rkyv",
|
|
"bytecheck",
|
|
"swc_atoms/rkyv-impl",
|
|
"swc_common/rkyv-impl",
|
|
]
|
|
serde-impl = ["serde"]
|