# 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 = "java-threadpool" version = "0.1.13" authors = ["shenxu"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "这是一个跟java ThreadPoolExecutor线程池 使用方式基本相同的线程池" readme = "README.md" keywords = [ "threadpool", "java-threadpool", "pool", "thread", ] categories = [ "accessibility", "asynchronous", "config", ] license = "Apache-2.0" repository = "https://github.com/shenxushenxu/threadpool.git" [lib] name = "java_threadpool" path = "src/lib.rs"