[package] name = "enso-parser-schema" version = "0.1.0" authors = ["Enso Team "] edition = "2021" description = "Generates schema describing Enso Parser AST types." readme = "README.md" homepage = "https://github.com/enso-org/enso" repository = "https://github.com/enso-org/enso" license-file = "../../LICENSE" [dependencies] enso-metamodel = { path = "../../metamodel", features = ["rust"] } enso-parser = { path = ".." } enso-reflect = { path = "../../reflect", features = ["graphviz"] } serde = { workspace = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] serde_json = { workspace = true } [lints] workspace = true