# 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 = "howlong" version = "0.1.7" authors = ["Cheng XU "] build = "build.rs" description = "Measure how long it takes for a program to execute in different clocks" documentation = "https://docs.rs/howlong" readme = "README.md" keywords = ["timer", "chrono"] categories = ["development-tools", "development-tools::profiling"] license = "MIT OR Apache-2.0" repository = "https://github.com/xu-cheng/howlong" [dependencies.cfg-if] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".build-dependencies.bindgen] version = "0.58" [target."cfg(unix)".dependencies.errno] version = "0.2" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".build-dependencies.cc] version = "1.0" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["errhandlingapi", "processthreadsapi", "profileapi", "sysinfoapi"]