[badges.maintenance]
status = "..."
[[bench]]
bench = true
harness = false
name = "sort_benchmarks"
[build-dependencies]
[dependencies.assert-type-eq]
version = "0.1.0"
[dependencies.env-file-reader]
version = "0.3.0"
[dependencies.http]
version = "0.2.9"
[dependencies.log]
version = "0.4.17"
[dependencies.merkletree]
version = "0.23.0"
[dependencies.num]
version = "0.4.0"
[dependencies.substring]
version = "1.4.5"
[dependencies.threadpool]
version = "1.8.1"
[dev-dependencies.criterion]
version = "0.5.1"
[[example]]
crate-type = ["staticlib"]
name = "standard_library"
path = "examples/example.rs"
[features]
bmp = []
ico = ["bmp", "png"]
png = []
[lib]
bench = true
crate-type = ["lib"]
doc = true
doctest = true
edition = "2021"
harness = true
name = "standard_library"
path = "src/lib.rs"
plugin = false
proc-macro = false
required-features = []
test = true
[package]
authors = ["Murtaza Ali Imtiaz <native@murtazai.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
categories = []
description = "Just a playground."
edition = "2021"
exclude = []
homepage = "https://github.com/murtazaai/standard_library"
include = []
keywords = ["standard_library", "playground"]
license = "MIT"
metadata = []
name = "standard_library"
publish = true
readme = "README.md"
repository = "https://github.com/murtazaai/standard_library"
rust-version = "1.56.0"
version = "0.1.0"
[profile.dev]
opt-level = 1
overflow-checks = false
[profile.release]
panic = "abort"
strip = "debuginfo"
[target.'cfg(target_arch = "x86_64")'.dependencies]
[target."cfg(unix)".build-dependencies]
[target."cfg(unix)".dependencies]
[target."cfg(unix)".dev-dependencies]