microkelvin 0.10.5

A library for tree traversal over annotated datastructures
Documentation
[dependencies.appendix]
optional = true
version = "0.2.0"

[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.0.1"

[dependencies.canonical]
version = "0.6"

[dependencies.canonical_derive]
version = "0.6"

[dependencies.lazy_static]
optional = true
version = "1.4.0"

[dependencies.parking_lot]
optional = true
version = "0.12.0"

[dependencies.spin]
version = "0.9.2"

[dependencies.tempfile]
optional = true
version = "3.2.0"
[dev-dependencies.canonical_fuzz]
version = "0.6.2"

[dev-dependencies.rand]
version = "0.8.3"

[features]
persistence = ["appendix", "lazy_static", "tempfile", "arbitrary", "parking_lot"]

[package]
authors = ["Kristoffer Ström <kristoffer@dusk.network>"]
description = "A library for tree traversal over annotated datastructures"
edition = "2018"
keywords = ["datastructures"]
license = "MPL-2.0"
name = "microkelvin"
readme = "README.md"
version = "0.10.5"