# 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 = "mutcursor" version = "0.2.2" authors = ["Luke Peterson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safely stores mutable references to parent nodes, for backtracking during traversal of tree & graph structures" readme = "README.md" keywords = [ "traversal", "tree", "backtacking", "stack", "cursor", ] categories = [ "no-std", "algorithms", "data-structures", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/luketpeterson/mutcursor/" [lib] name = "mutcursor" path = "src/lib.rs" [dependencies] [features] no_std = []