# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "precision" version = "0.1.17" authors = ["Frank Denis "] description = "Low overhead, high precision measurement crate" homepage = "https://github.com/jedisct1/rust-precision" readme = "README.md" categories = [ "development-tools", "development-tools::profiling", ] license = "ISC" repository = "https://github.com/jedisct1/rust-precision" [profile.release] opt-level = 3 lto = true panic = "abort" [features] wasi-abi2 = ["dep:wasi-abi2"] [target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))".dependencies.wasm-bindgen] version = "0.2" [target."cfg(any(target_os = \"wasix\", target_os = \"wasi\"))".dependencies.wasix] version = "0.12" [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dependencies.libc] version = "0.2" [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".build-dependencies.cc] version = "1" [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".build-dependencies.rustc_version] version = "0.4" [target."cfg(target_os = \"wasi\")".dependencies.wasi-abi2] version = "0.12.1" optional = true package = "wasi"