[package] name = "thread_binder" version = "0.1.0" authors = ["Saurabh Raje ", "frederic wagner "] edition = "2018" license = "Apache-2.0/MIT" repository = "https://github.com/wagnerf42/thread_binder" categories = ["concurrency"] keywords = ["parallel", "thread", "NUMA"] description = "Bind rayon pools to limit numa effects" exclude = ["*.nix"] [dependencies] rayon = "^1" hwloc = "0.5.0" libc = "^0.2"