# 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 = "pi_slotmap" version = "0.1.17" authors = ["suncy <530739162@qq.com>"] description = "Slotmap data structure" readme = "README.md" keywords = [ "pi", "slotmap", "slab", ] categories = [ "data-structures", "memory-management", "caching", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GaiaWorld/pi_slotmap.git" [dependencies.pi_key_alloter] version = "0.5" [dependencies.pi_null] version = "0.1" [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] default-features = false [dev-dependencies.fxhash] version = "0.2.1" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [build-dependencies.version_check] version = "0.9" [features] default = ["std"] serde = ["pi_key_alloter/serde"] std = [] unstable = []