[package] name = "enso-data-structures" version = "0.2.0" authors = ["Enso Team "] edition = "2021" description = "A collection of useful data structures." readme = "README.md" homepage = "https://github.com/enso-org/enso/lib/rust/data" repository = "https://github.com/enso-org/enso" license-file = "../../LICENSE" keywords = [] categories = ["data-structures"] publish = true [lib] crate-type = ["rlib", "cdylib"] [dependencies] enso-prelude = { path = "../prelude" } serde = { workspace = true } failure = { workspace = true } [lints] workspace = true