affinity-rs 0.2.0

CPU affinity and process priority launcher with profile support
# 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 = "2024"
name = "affinity-rs"
version = "0.2.0"
authors = ["Syed Insaf"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPU affinity and process priority launcher with profile support"
readme = "README.md"
keywords = [
    "cpu",
    "affinity",
    "priority",
    "process",
    "cli",
]
categories = [
    "command-line-utilities",
    "os",
]
license = "MIT"
repository = "https://github.com/syedinsaf/affinity-rs"

[[bin]]
name = "affinity-rs"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.directories]
version = "6.0.0"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_System_Threading",
    "Win32_Security",
    "Win32_UI_Shell",
    "Win32_UI_WindowsAndMessaging",
]

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
panic = "abort"
overflow-checks = false
incremental = false
strip = true