# 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 = "collectivity" version = "3.2.2" authors = ["James Daab "] description = "Generic collection traits" documentation = "https://docs.rs/crate/collectivity/3.2.2" license = "MIT" repository = "https://github.com/Togedo/collectivity" resolver = "2" [dependencies.dashmap] version = "4.0.2" optional = true [dependencies.serde_json] version = "1.0.64" optional = true [dependencies.simd-json] version = "0.4.3" optional = true [dependencies.slab] version = "0.4.2" optional = true [dependencies.smallvec] version = "1.6.1" optional = true [features] default = ["std"] std = []