[package] name = "r-rust" version = "0.0.16" authors = ["Keunhong Lee ", "ANLAB Support "] edition = "2018" license = "MIT" description = """ Useful tools and macros for research (WIP). Currently, a microbench probe is implemented. """ categories = ["rust-patterns", "development-tools"] keywords = ["research", "tools", "benchmark"] documentation = "https://github.com/ANLAB-KAIST/R" homepage = "https://github.com/ANLAB-KAIST/R" repository = "https://github.com/ANLAB-KAIST/R" [build-dependencies] num_cpus="^1.0" toml = "^0.5" [dev-dependencies] num_cpus="^1.0" [dependencies] [lib] name = "r" [features] default = [] precise_microbench = []