uniplate 0.4.6

Simple, boilerplate-free operations on tree-shaped data types
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "uniplate"
version = "0.4.6"
authors = [
    "Niklas Dewally <niklas@dewally.com>",
    "Özgür Akgün <ozgurakgun@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, boilerplate-free operations on tree-shaped data types"
readme = "README.md"
keywords = [
    "generics",
    "traversals",
    "macro",
]
categories = [
    "rust-patterns",
    "data-structures",
    "algorithms",
]
license = "MPL-2.0"
repository = "https://github.com/conjure-cp/uniplate"
resolver = "2"

[features]
unstable = []

[lib]
name = "uniplate"
path = "src/lib.rs"

[[example]]
name = "biplate-stmt"
path = "examples/biplate-stmt.rs"

[[example]]
name = "stmt"
path = "examples/stmt.rs"

[[example]]
name = "tree-biplate"
path = "examples/tree-biplate.rs"

[[test]]
name = "derive_test_runner"
path = "tests/derive_test_runner.rs"

[[test]]
name = "expr_stmt_manual"
path = "tests/expr_stmt_manual.rs"

[[test]]
name = "tagged_zipper"
path = "tests/tagged_zipper.rs"

[[test]]
name = "zipper"
path = "tests/zipper.rs"

[[bench]]
name = "context"
path = "benches/context.rs"
harness = false

[dependencies.uniplate-derive]
version = "0.4.6"

[dev-dependencies.criterion]
version = "0.7.0"

[dev-dependencies.proptest]
version = "1.8.0"

[dev-dependencies.proptest-derive]
version = "0.6.0"

[dev-dependencies.trybuild]
version = "1.0.111"