[dependencies.im]
optional = true
version = "15.1.0"
[dependencies.itertools]
version = "0.13.0"
[dependencies.log]
version = "0.4.22"
[dependencies.thiserror]
version = "1.0.63"
[features]
default = ["im"]
im = ["dep:im"]
[lib]
name = "im_pathtree"
path = "src/lib.rs"
[lints.clippy]
clone_on_ref_ptr = "warn"
default_trait_access = "allow"
lint_groups_priority = "allow"
missing_const_for_fn = "warn"
missing_errors_doc = "allow"
module_name_repetitions = "allow"
pedantic = "warn"
self_named_module_files = "warn"
[lints.rust]
future_incompatible = "warn"
let_underscore = "warn"
missing_debug_implementations = "warn"
rust_2018_idioms = "warn"
rust_2021_compatibility = "warn"
unreachable_pub = "warn"
unsafe_code = "warn"
unused = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "Immutable, path-addressable tree data structure"
edition = "2021"
include = ["/src", "/README.md", "/LICENSES"]
keywords = ["immutable", "tree", "path"]
license = "MPL-2.0"
name = "im-pathtree"
readme = "README.md"
repository = "https://github.com/uklotzde/im-pathtree"
rust-version = "1.76"
version = "0.8.0"