# 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 = "value_pool" version = "0.2.1" description = "This crate implements a ValuePool struct that makes the creation of self-referential data structures easier and safer." readme = "Readme.md" keywords = [ "recursive", "self-referential", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/MrPoisen/value_pool" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 1 debug = 2 [profile.release] strip = "symbols" [lib] crate-type = ["lib"] bench = false [dependencies.nonmax] version = "0.5.5" [features] default = [] unsafe = []