# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "r-rust" version = "0.0.16" authors = ["Keunhong Lee ", "ANLAB Support "] description = "Useful tools and macros for research (WIP).\nCurrently, a microbench probe is implemented.\n" homepage = "https://github.com/ANLAB-KAIST/R" documentation = "https://github.com/ANLAB-KAIST/R" keywords = ["research", "tools", "benchmark"] categories = ["rust-patterns", "development-tools"] license = "MIT" repository = "https://github.com/ANLAB-KAIST/R" [lib] name = "r" [dependencies] [dev-dependencies.num_cpus] version = "^1.0" [build-dependencies.num_cpus] version = "^1.0" [build-dependencies.toml] version = "^0.5" [features] default = [] precise_microbench = []