31 lines
811 B
TOML
31 lines
811 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "coarsetime"
|
|
version = "0.1.37"
|
|
description = "Time and duration crate optimized for speed (patched for MIPS)"
|
|
license = "BSD-2-Clause"
|
|
|
|
[features]
|
|
wasi-abi2 = ["dep:wasi-abi2"]
|
|
|
|
[lib]
|
|
name = "coarsetime"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
portable-atomic = { version = "1", default-features = false, features = ["fallback"] }
|
|
|
|
[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.13"
|
|
|
|
[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.14.7"
|
|
optional = true
|
|
package = "wasi"
|