# 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 = "2018" name = "pinus" version = "0.0.4" authors = ["Tamme Schichler "] include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md", "SECURITY.md"] description = "A prickly BTreeMap. You can insert through shared references and values are pin-projected." homepage = "https://github.com/Tamschi/pinus/tree/v0.0.4" documentation = "https://docs.rs/pinus/0.0.4" readme = "README.md" keywords = ["pin", "b-tree", "interior-mutability"] categories = ["data-structures", "rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/pinus" resolver = "2" [dependencies.bumpalo] version = "3.7.1" [dependencies.parking_lot] version = "0.11.2" [dependencies.tap] version = "1.0.1" [dependencies.this-is-fine] version = "0.0.1" [dev-dependencies.cargo-husky] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.git_info] version = "0.1.2" [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.version-sync] version = "0.9.3" [dev-dependencies.wasm-bindgen-test] version = "0.3.28" [badges.is-it-maintained-issue-resolution] repository = "Tamschi/pinus" [badges.is-it-maintained-open-issues] repository = "Tamschi/pinus" [badges.maintenance] status = "experimental"