[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.serde_json]
version = "1"
[features]
default = ["serde_impl"]
serde_impl = ["serde"]
[package]
authors = ["LighghtEeloo <eelooecho@163.com>"]
categories = ["data-structures", "accessibility"]
description = "A HashMap managed Graph Model with the concept of ownership"
edition = "2018"
exclude = ["./doc_sync.py"]
keywords = ["arena", "flow", "tree", "graph", "ownership"]
license-file = "LICENSE"
name = "flow_arena"
readme = "README.md"
repository = "https://github.com/LighghtEeloo/flow.er"
version = "0.4.4"