flowjs-parser 0.0.0-alpha.3

Typed Rust bindings for Facebook's Flow parser via QuickJS
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"
rust-version = "1.78.0"
name = "flowjs-parser"
version = "0.0.0-alpha.3"
build = "build.rs"
exclude = [
    "bun.lock",
    "node_modules/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed Rust bindings for Facebook's Flow parser via QuickJS"
readme = "README.md"
keywords = [
    "flow",
    "flowtype",
    "parser",
    "ast",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/unstabler/flowjs-rs"

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

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

[dependencies.quick-js]
version = "0.4"

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

[dependencies.serde_json]
version = "1"