# 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 = "tree_iterators_rs" version = "2.0.0" description = "tree_iterators_rs is a library built to provide you with the iterators to easily work with tree data structures in Rust." documentation = "https://docs.rs/tree_iterators_rs/latest/tree_iterators_rs/" readme = "README.md" keywords = [ "tree", "traversal", "traverse", "search", "iteration", ] license = "MIT" repository = "https://github.com/mr-adult/tree-iterators-rs" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.streaming-iterator] version = "0.1.9" features = ["alloc"] [features] serde = [ "dep:serde", "dep:serde_derive", ]