[package] name = "taskchain" version = "0.1.4" authors = ["Lorby Bi "] edition = "2021" license = "Apache-2.0" description = "A block-based, non-circular double-linked list implementation for Rust." repository = "https://github.com/pecktalk/pex/tree/main/taskchain" readme = "README.md" keywords = ["taskchain", "data-structures"] categories = ["data-structures", "algorithms"] [dependencies] anyhow = "1.0.44" thiserror = "1" log = "0" strum = "0" strum_macros = "0" [dev-dependencies] env_logger = "0" pretty_assertions = "1.2.0" criterion = "0"