# 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" rust-version = "1.63" name = "sas" version = "0.1.3" authors = ["Ho Kim "] include = [ "src/**/*.rs", "Cargo.toml", ] description = "Salty-and-Sweet one-line Rust Runtime Performance Optimization Library" homepage = "https://github.com/ulagbulag/sas" documentation = "https://docs.rs/sas" readme = "README.md" keywords = [ "concurrency", "optimization", "parallel", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ulagbulag/sas" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.clap] version = "4.4" features = [ "derive", "env", ] optional = true [dependencies.hwlocality] version = "1.0.0-alpha.1" optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.rayon] version = "1.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.strum] version = "0.26" features = ["derive"] optional = true [dev-dependencies.rayon] version = "1.8" [features] clap = [ "dep:clap", "strum", ] default = [ "numa", "rayon", ] numa = [ "hwlocality", "rand", ]