hermes-parser 0.1.3

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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96c745f145ea2cc9e1a647756779cbc9ce4c70fede6886cd48aa1773b6b9c384"
dependencies = [
 "hermes-atom-table",
 "hermes-support",
]

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

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

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

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