# 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 = "measured-future-rs" version = "0.4.2" authors = ["Roman Gafiyatullin "] description = "A wrapper for std::future::Future that measures the CPU-time it takes to be computed" license = "MIT" repository = "https://github.com/RGafiyatullin/measured-future-rs" [dependencies.futures] version = "^0.3" [dependencies.log] version = "^0.4" optional = true [dependencies.pin-project] version = "^1" [dependencies.polymap] version = "^0.3" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.stat] version = "^0.2" [dependencies.tokio] version = "^1" features = ["rt"] [dev-dependencies.num_cpus] version = "^1" [dev-dependencies.pretty_env_logger] version = "^0.4" [dev-dependencies.tokio] version = "^1" features = ["full"] [features] debug-logs = ["log"] default = []