# 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 = "bench-rs" version = "0.2.4" authors = ["soeur "] description = "A benchmark library" homepage = "https://github.com/juzi5201314/bench-rs" documentation = "https://docs.rs/bench-rs" license = "MIT" repository = "https://github.com/juzi5201314/bench-rs" [dependencies.bencher-macro] version = "0.1" [dependencies.bunt] version = "0.2.1" [dependencies.pin-project] version = "0.4.23" [dependencies.serde] version = "1.0.116" features = ["derive"] [dev-dependencies.async-std] version = "1.6.4" [dev-dependencies.base64] version = "0.12.3" [dev-dependencies.futures] version = "0.3.5" [dev-dependencies.futures-timer] version = "3.0.2" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.rcnb-rs] version = "0.1.0" [dev-dependencies.smol] version = "1.2.1" [dev-dependencies.tokio] version = "0.2.22" features = ["time"] [features] default = ["track-allocator"] track-allocator = ["bencher-macro/track-allocator"]