[package] name = "flow_arena" version = "0.4.4" authors = ["LighghtEeloo "] edition = "2018" description = "A HashMap managed Graph Model with the concept of ownership" readme = "README.md" repository = "https://github.com/LighghtEeloo/flow.er" license-file = "../LICENSE" exclude = ["./doc_sync.py"] keywords = ["arena", "flow", "tree", "graph", "ownership"] categories = ["data-structures", "accessibility"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["serde_impl"] serde_impl = ["serde"] [dependencies] # indexmap = "1.6" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies] serde_json = "1"