core_extensions 0.1.2

This crate provides many extensions to core/std library types.
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 = "core_extensions"
version = "0.1.2"
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
description = "This crate provides many extensions to core/std library types."
readme = "readme.md"
categories = ["no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rodrimati1992/core_extensions"

[lib]
name = "core_extensions"
path = "src_core_extensions/lib.rs"
[dependencies.serde]
version = "1.0"
optional = true
default-features = false

[dependencies.typenum]
version = "1.10.0"
features = ["no_std"]
optional = true
default-features = false
[dev-dependencies.rand]
version = "0.4"

[dev-dependencies.rand_derive]
version = "0.3"
[build-dependencies.rustc_version]
version = "0.2.2"

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