# 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 = "flange-flat-tree" version = "0.2.2" authors = ["Nathan Hüeksen "] exclude = [ ".idea/", "node_modules", "yarn.lock", ".github", ] description = "A tree that can be expanded by attaching new values to the node without mutability of the old ones" homepage = "https://github.com/RudolfVonKrugstein/flange-flat-tree-rs" documentation = "https://github.com/RudolfVonKrugstein/flange-flat-tree-rs" readme = "README.md" keywords = [ "datastructure", "tree", ] license = "MIT" repository = "https://github.com/RudolfVonKrugstein/flange-flat-tree-rs" [dependencies] [dev-dependencies.cargo-readme] version = "3"