# 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 = "2018" name = "affinity" version = "0.1.2" authors = ["ElasT0ny "] description = "Provides a consistent way to set core affinity for currently running threads and processes" documentation = "https://docs.rs/affinity" readme = "README.md" keywords = ["affinity", "cpu", "core", "thread", "process"] categories = ["api-bindings", "os"] license = "MIT OR Apache-2.0" repository = "https://github.com/elast0ny/affinity-rs" [dependencies.cfg-if] version = "1" [dependencies.num_cpus] version = "1" [target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies.errno] version = "0.*" [target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies.libc] version = "0.*"