std-ext 0.4.0

Extend the standard library functionality
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 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"
rust-version = "1.53"
name = "std-ext"
version = "0.4.0"
authors = ["try <trywen@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extend the standard library functionality"
homepage = "https://github.com/try-box/rust-box/tree/main/std-ext"
readme = "README.md"
keywords = ["std"]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/try-box/rust-box/tree/main/std-ext"
resolver = "2"

[lib]
name = "std_ext"
path = "src/lib.rs"

[dependencies.dequemap]
version = "0.3"
features = [
    "btreemap",
    "hashmap",
]
default-features = false