oden/third-party/vendor/swc_ecma_codegen/Cargo.toml
2024-03-08 11:03:01 -08:00

97 lines
1.9 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_codegen"
version = "0.144.1"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
include = [
"Cargo.toml",
"src/**/*.rs",
]
description = "Ecmascript code generator for the swc project."
documentation = "https://rustdoc.swc.rs/swc_ecma_codegen/"
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"
[lib]
bench = false
[[bench]]
name = "bench"
harness = false
[[bench]]
name = "with_parse"
harness = false
[dependencies.memchr]
version = "2.6.1"
[dependencies.num-bigint]
version = "0.4"
features = ["serde"]
[dependencies.once_cell]
version = "1.18.0"
[dependencies.rustc-hash]
version = "1.1.0"
[dependencies.serde]
version = "1.0.127"
[dependencies.sourcemap]
version = "6.2"
[dependencies.swc_atoms]
version = "0.5.9"
[dependencies.swc_common]
version = "0.32.0"
[dependencies.swc_ecma_ast]
version = "0.109.0"
[dependencies.swc_ecma_codegen_macros]
version = "0.7.3"
[dependencies.tracing]
version = "0.1.37"
[dev-dependencies.base64]
version = "0.13"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.swc_common]
version = "0.32.0"
features = ["sourcemap"]
[dev-dependencies.swc_ecma_parser]
version = "0.139.0"
[dev-dependencies.swc_ecma_testing]
version = "0.21.0"
[dev-dependencies.swc_node_base]
version = "0.5.8"
[dev-dependencies.testing]
version = "0.34.0"
[features]
serde-impl = ["swc_ecma_ast/serde"]