# 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 = "coarsetime" version = "0.1.34" authors = ["Frank Denis "] description = "Time and duration crate optimized for speed" homepage = "https://github.com/jedisct1/rust-coarsetime" readme = "README.md" keywords = [ "time", "date", "duration", ] categories = [ "concurrency", "date-and-time", "os", ] license = "ISC" repository = "https://github.com/jedisct1/rust-coarsetime" [profile.bench] codegen-units = 1 [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" incremental = false [[bench]] name = "benchmark" harness = false [dev-dependencies.benchmark-simple] version = "0.1.9" [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_os = \"wasix\", target_os = \"wasi\")))".dependencies.libc] version = "0.2" [target."cfg(target_os = \"wasi\")".dependencies.wasi-abi2] version = "0.12.0" optional = true package = "wasi" [badges.appveyor] repository = "jedisct1/rust-coarsetime"