[package] name = "bench-rs" version = "0.2.4" authors = ["soeur "] edition = "2018" description = "A benchmark library" license = "MIT" repository = "https://github.com/juzi5201314/bench-rs" homepage = "https://github.com/juzi5201314/bench-rs" documentation = "https://docs.rs/bench-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bunt = "0.2.1" pin-project = "0.4.23" serde = { version = "1.0.116", features = ["derive"] } bencher-macro = { version = "0.1", path = "./bencher-macro" } [features] default = ["track-allocator"] track-allocator = ["bencher-macro/track-allocator"] [dev-dependencies] rcnb-rs = "0.1.0" base64 = "0.12.3" rand = "0.7.3" tokio = { version = "0.2.22", features = ["time"] } smol = "1.2.1" futures-timer = "3.0.2" async-std = "1.6.4" futures = "0.3.5"