# 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 = "cc-traits" version = "2.0.0" authors = ["Timothée Haudebourg "] description = "Common collection traits" documentation = "https://docs.rs/cc-traits" readme = "README.md" keywords = [ "trait", "data-structure", "collection", "common", ] categories = [ "data-structures", "no-std", "rust-patterns", ] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/cc-traits" [dependencies.ijson] version = "^0.1" optional = true [dependencies.serde_json] version = "^1.0.71" optional = true [dependencies.slab] version = "^0.4" optional = true [dependencies.smallvec] version = "^1.6" optional = true [features] all-impls = [ "slab", "smallvec", "serde_json", "ijson", ] alloc = [] default = [ "alloc", "std", ] nightly = [] std = []