hermes-parser 0.1.0

A Rust port of the Hermes JavaScript/Flow/TypeScript parser (front-end) by Tzvetan Mikov, the architect of Hermes. Not an official Meta project.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bumpalo"
version = "3.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"

[[package]]
name = "hermes-ast"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd7bf5c703b082a25a313fe1092a7ba37fede7f1fb84c79cee30cfc04d20cac4"
dependencies = [
 "hermes-atom-table",
 "hermes-support",
]

[[package]]
name = "hermes-atom-table"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cec11207efcc218a0a3b792174c96c79a1b36bc9adef88ae18832953f127dac8"

[[package]]
name = "hermes-parser"
version = "0.1.0"
dependencies = [
 "bumpalo",
 "hermes-ast",
 "hermes-atom-table",
 "hermes-support",
 "hermes-unicode",
]

[[package]]
name = "hermes-support"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2169af099ebaad812a1ce090ac98a886264d4d577a48b57eead2854d28f9788"
dependencies = [
 "hermes-unicode",
]

[[package]]
name = "hermes-unicode"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5601142bae9435d7c8b236fa21060a6c86d102dc494e343da866974edaa68ad6"