swc_ecma_ast 0.9.1

Ecmascript ast.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "swc_ecma_ast"
version = "0.9.1"
authors = ["강동윤 <kdy1@outlook.kr>"]
description = "Ecmascript ast."
documentation = "https://swc-project.github.io/rustdoc/swc_ecma_ast/"
license = "Apache-2.0/MIT"
repository = "https://github.com/swc-project/swc.git"
[dependencies.enum_kind]
version = "0.1"

[dependencies.serde]
version = "1.0.88"
features = ["derive"]

[dependencies.string_enum]
version = "0.2"

[dependencies.swc_atoms]
version = "0.1"

[dependencies.swc_common]
version = "0.3"
[dev-dependencies.serde_json]
version = "1"

[features]
default = []
fold = ["swc_common/fold"]