iter-trait 0.1.0

Iterator trait for collectons.
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 = "iter-trait"
version = "0.1.0"
authors = ["Clar Charr <clar@charr.xyz>"]
exclude = [".gitignore"]
description = "Iterator trait for collectons."
documentation = "https://clarcharr.github.io/iter-trait/iter_trait"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/clarcharr/iter-trait"
[dependencies.enum-set]
version = "0"
optional = true

[dependencies.cfg-if]
version = "0.1"

[dependencies.lru-cache]
version = "0"
optional = true

[dependencies.bit-set]
version = "0"
optional = true

[dependencies.linear-map]
version = "0"
optional = true

[dependencies.vec_map]
version = "0"
optional = true

[dependencies.linked-hash-map]
version = "0"
optional = true

[dependencies.blist]
version = "0"
optional = true

[dependencies.bit-vec]
version = "0"
optional = true

[dependencies.interval-heap]
version = "0"
optional = true

[features]
contain-rs = ["std", "bit-set", "bit-vec", "blist", "enum-set", "interval-heap", "linear-map", "linked-hash-map", "lru-cache", "vec_map"]
nightly = []
std = ["collections"]
default = ["std", "nightly"]
collections = []