hermes-ast 0.1.2

ESTree-compatible AST and JSON dumper for the Hermes Rust front-end.
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 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 = "hermes-ast"
version = "0.1.2"
authors = ["Tzvetan Mikov <tmikov@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ESTree-compatible AST and JSON dumper for the Hermes Rust front-end."
readme = "README.md"
keywords = [
    "javascript",
    "ast",
    "estree",
    "parser",
    "flow",
]
categories = [
    "parser-implementations",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/tmikov/hermes"

[lib]
name = "hermes_ast"
path = "src/lib.rs"

[[test]]
name = "dump_golden"
path = "tests/dump_golden.rs"

[[test]]
name = "generated_idempotent"
path = "tests/generated_idempotent.rs"

[[test]]
name = "node_id"
path = "tests/node_id.rs"

[[test]]
name = "node_model"
path = "tests/node_model.rs"

[[test]]
name = "spine"
path = "tests/spine.rs"

[[test]]
name = "transform"
path = "tests/transform.rs"

[dependencies.hermes_atom_table]
version = "0.1.1"
package = "hermes-atom-table"

[dependencies.hermes_support]
version = "0.1.0"
package = "hermes-support"

[lints.rust]
unsafe_code = "deny"