# 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 = "2021" name = "uniplate" version = "0.1.2" authors = [ "Niklas Dewally ", "Özgür Akgün ", ] build = 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" [lib] name = "uniplate" path = "src/lib.rs" [[example]] name = "stmt" path = "examples/stmt.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 = "stmt" path = "tests/stmt.rs" [dependencies.im] version = "15.1.0" features = ["proptest"] [dependencies.proptest] version = "1.5.0" [dependencies.proptest-derive] version = "0.5.0" [dependencies.thiserror] version = "1.0.61" [dependencies.uniplate-derive] version = "0.1.2" [dev-dependencies.trybuild] version = "1.0.91" [features] unstable = []