[package] name = "double-representation" version = "0.1.0" authors = ["Enso Team "] edition = "2021" [lib] crate-type = ["cdylib", "rlib"] [dependencies] ast = { path = "../../language/ast/impl" } parser = { path = "../../language/parser" } engine-protocol = { path = "../engine-protocol" } enso-data-structures = { path = "../../../../lib/rust/data-structures" } enso-prelude = { path = "../../../../lib/rust/prelude" } enso-profiler = { path = "../../../../lib/rust/profiler" } enso-text = { path = "../../../../lib/rust/text" } const_format = { workspace = true } failure = { workspace = true } itertools = { workspace = true } serde = { version = "1.0", features = ["derive"] } uuid = { version = "0.8", features = ["serde", "v4", "wasm-bindgen"] } [dev-dependencies] regex = { workspace = true } wasm-bindgen-test = { workspace = true }