[package] name = "sliding_tree" version = "0.2.0" authors = ["Robin KAY "] edition = "2021" license = "MIT OR Apache-2.0" description = "A tree that grows from the leaves and recedes from the root." readme = "README.md" homepage = "https://www.robinkay.uk/" repository = "https://github.com/komadori/sliding_tree" keywords = ["tree", "arena"] categories = ["data-structures"] [dependencies] smallvec = "1" [dev-dependencies] criterion = "0.5" enumoid = "0.4" rand = "0.8" rand_pcg = "0.3" [[bench]] name = "mcts_benchmark" harness = false