# 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" name = "qlib" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This is a simple library developed using the Rust standard util library. | 这是一个用rust标准库开发的简单的工具Lib" homepage = "https://github.com/gaoyia/qlib" readme = "README.md" keywords = [ "quick-lib", "std-lib-extension", "qlib", ] license = "MIT" repository = "https://github.com/gaoyia/qlib" [lib] name = "qlib" path = "src/lib.rs" [[bin]] name = "qlib" path = "src/main.rs" [[test]] name = "thread_pool_test" path = "tests/thread_pool_test.rs" [dependencies]