microkelvin 0.10.0

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.11.1"

[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", "parking_lot", "lazy_static", "tempfile", "arbitrary"]

[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.0"