# 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 = "cpumap" version = "0.2.1" description = "GUI/TUI to view and edit CPU affinities of processes and threads on Linux" homepage = "https://codeberg.org/Kiith/cpumap" documentation = "https://docs.rs/cpumap" readme = "README.md" keywords = [ "utility", "cpu", "performance", "affinity", "benchmarking", ] categories = [] license = "MIT" repository = "https://codeberg.org/Kiith/cpumap" [profile.release] lto = true codegen-units = 1 debug = 2 [profile.relfast] lto = false codegen-units = 256 debug = 2 incremental = true inherits = "release" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.crossterm] version = "0.27.0" optional = true [dependencies.eframe] version = "0.22.0" optional = true [dependencies.egui_commonmark] version = "0.7.4" optional = true [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.hwloc2] version = "2.2.0" [dependencies.log] version = "0.4" [dependencies.ratatui] version = "0.24.0" features = ["macros"] optional = true [dependencies.ratatui-textarea] version = "0.4.1" optional = true [dependencies.regex] version = "1.10.2" [dependencies.simplelog] version = "0.12.2" [dependencies.sysinfo] version = "0.30.7" [features] default = ["tui"] gui = [ "dep:eframe", "dep:egui_commonmark", ] tui = [ "dep:crossterm", "dep:ratatui", "dep:ratatui-textarea", ]