# 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 = "2021" rust-version = "1.56.0" name = "standard_library" version = "0.1.0" authors = ["Murtaza Ali Imtiaz "] exclude = [] include = [] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Just a playground." homepage = "https://github.com/murtazaai/standard_library" readme = "README.md" keywords = [ "standard_library", "playground", ] categories = [] license = "MIT" repository = "https://github.com/murtazaai/standard_library" metadata = [] [profile.dev] opt-level = 1 overflow-checks = false [profile.release] panic = "abort" strip = "debuginfo" [lib] name = "standard_library" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = true bench = true doc = true plugin = false proc-macro = false harness = true required-features = [] edition = "2021" [[example]] name = "standard_library" crate-type = ["staticlib"] path = "examples/example.rs" [[bench]] name = "sort_benchmarks" bench = true harness = false [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" [build-dependencies] [features] bmp = [] ico = [ "bmp", "png", ] png = [] [target."cfg(target_arch = \"x86_64\")".dependencies] [target."cfg(unix)".dependencies] [target."cfg(unix)".build-dependencies] [target."cfg(unix)".dev-dependencies] [badges.maintenance] status = "..."