[package] name = "libarena" version = "0.1.6" edition = "2018" description = "Arena allocated graph implementation" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/connormullett/arena/" keywords = ["graph", "arena-allocation", "tree"] categories = ["data-structures", "memory-management"] [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"