# 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 = "hds" version = "0.3.0" authors = ["Edwin Svensson "] description = "Heapless Data Structures for `no_std` environments" homepage = "https://github.com/olback/hds-rs" documentation = "https://docs.rs/hds/latest/hds/" readme = "README.md" keywords = ["no_std", "embedded", "data-structures"] categories = ["embedded", "no-std", "data-structures"] license = "Apache-2.0 OR MIT" repository = "https://github.com/olback/hds-rs" resolver = "2" [package.metadata.docs.rs] features = ["std"] [dependencies] [features] alloc = [] default = [] std = ["alloc"]