# 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 = "process_limiter" version = "0.1.0" authors = ["shadow3 "] description = "A lib which can directly limit the specified process occupancy, and support multithreading and dynamically changing occupancy" readme = "README.md" license = "WTFPL" repository = "https://github.com/shadow3aaa/process_limiter" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 strip = true [dependencies.sysinfo] version = "0.29.0"