data_structure_traits 0.1.12

data structure collection traits
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "data_structure_traits"
version = "0.1.12"
authors = ["nathanfaucett <nathanfaucett@gmail.com>"]
description = "data structure collection traits"
homepage = "https://gitlab.com/nathanfaucett/rs-data_structure_traits"
documentation = "https://docs.rs/data_structure_traits"
readme = "README.md"
keywords = ["data", "structure", "collection", "traits", "no_std"]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://gitlab.com/nathanfaucett/rs-data_structure_traits.git"

[lib]
name = "data_structure_traits"
path = "src/lib.rs"
[dependencies.hashmap_core]
version = "0.1"
optional = true

[dev-dependencies]

[features]
default = ["std"]
std = []