[dependencies.serde]
optional = true
version = "1.0.209"
[dev-dependencies.serde]
version = "1.0.209"
[dev-dependencies.serde_test]
version = "1.0.177"
[[example]]
name = "simple_tree"
path = "examples/simple_tree.rs"
[features]
serde = ["dep:serde"]
[lib]
name = "ego_tree"
path = "src/lib.rs"
[package]
authors = ["June McEnroe <june@causal.agency>", "Carlo Federico Vescovo <vescovocarlofederico@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Vec-backed ID-tree"
edition = "2021"
keywords = ["tree", "vec", "id", "index"]
license = "ISC"
name = "ego-tree"
readme = "README.md"
repository = "https://github.com/rust-scraper/ego-tree"
version = "0.10.0"
[[test]]
name = "iter"
path = "tests/iter.rs"
[[test]]
name = "macro"
path = "tests/macro.rs"
[[test]]
name = "node_mut"
path = "tests/node_mut.rs"
[[test]]
name = "node_ref"
path = "tests/node_ref.rs"
[[test]]
name = "serde"
path = "tests/serde.rs"
[[test]]
name = "sort"
path = "tests/sort.rs"
[[test]]
name = "subtree"
path = "tests/subtree.rs"
[[test]]
name = "tree"
path = "tests/tree.rs"