[dependencies]
[features]
Btree = []
default = ["Btree"]
[package]
categories = ["binary-tree", "binary-tree-rust"]
description = "A simple binary tree view representation"
edition = "2021"
homepage = "https://github.com/enosuity/binary-tree"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["binary", "binary-tree", "tree", "binary-tree-view"]
license = "MIT"
name = "simple-binary-tree"
readme = "README.md"
repository = "https://github.com/enosuity/binary-tree"
version = "0.1.0"