# 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 = "coca" version = "0.3.0" authors = ["Tristan Dannenberg "] description = "Data structures with constant capacity" readme = "README.md" keywords = [ "no_std", "allocator", "vec", "queue", ] categories = [ "no-std", "data-structures", "memory-management", ] license = "Zlib OR Apache-2.0" repository = "https://github.com/teryror/coca" [package.metadata.docs.rs] features = [ "alloc", "unstable", "profile", ] rustdoc-args = [ "--cfg", "docs_rs", ] [profile.test] opt-level = 3 [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.rustc-hash] version = "1.1" default-features = false [features] alloc = [] default = [] profile = [] unstable = []