[package] name = "parser" version = "0.1.0" authors = ["Enso Team "] edition = "2021" [lib] crate-type = ["cdylib", "rlib"] [dependencies] ast = { path = "../ast/impl" } enso-parser = { path = "../../../../lib/rust/parser" } enso-prelude = { path = "../../../../lib/rust/prelude" } enso-profiler = { path = "../../../../lib/rust/profiler" } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["unbounded_depth"] } enso-text = { path = "../../../../lib/rust/text" } failure = { version = "0.1" } uuid = { version = "0.8" }