Sha256: d85c76027f04d730a5614057179de0ab69194c108b1a08f9628eeee0ea5c18db

Contents?: true

Size: 1.99 KB

Versions: 5

Compression:

Stored size: 1.99 KB

Contents

# 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 = "async-timer"
version = "1.0.0-beta.15"
authors = ["Douman <douman@gmx.se>"]
build = "build.rs"
include = [
    "**/*.rs",
    "**/*.c",
    "Cargo.toml",
    "README.md",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Timers for Rust async story"
readme = "README.md"
keywords = [
    "timer",
    "async",
    "wasm",
]
categories = [
    "asynchronous",
    "wasm",
    "no-std",
]
license = "BSL-1.0"
repository = "https://github.com/DoumanAsh/async-timer"

[lib]
name = "async_timer"
path = "src/lib.rs"

[[test]]
name = "interval"
path = "tests/interval.rs"

[[test]]
name = "timed"
path = "tests/timed.rs"

[[test]]
name = "timer"
path = "tests/timer.rs"

[dependencies.error-code]
version = "3"

[dev-dependencies.tokio_1]
version = "1.35"
features = [
    "macros",
    "rt",
]
default-features = false
package = "tokio"

[build-dependencies.cc]
version = "1"
optional = true

[features]
c_wrapper = ["cc"]
default = []
std = ["error-code/std"]
tokio1 = [
    "tokio_1",
    "std",
]

[target.'cfg(any(target_arch = "wasm32"))'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(any(target_arch = "wasm32"))'.dependencies.web-time]
version = "1.1"

[target.'cfg(any(target_os = "macos", target_os = "ios", windows, unix))'.dependencies.libc]
version = "0.2.60"
default-features = false

[target.'cfg(any(target_os = "macos", target_os = "ios", windows, unix))'.dependencies.tokio_1]
version = "1.35"
features = ["net"]
optional = true
default-features = false
package = "tokio"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/async-timer-1.0.0-beta.15/Cargo.toml
wasmtime-28.0.0 ./ext/cargo-vendor/async-timer-1.0.0-beta.15/Cargo.toml
wasmtime-27.0.0 ./ext/cargo-vendor/async-timer-1.0.0-beta.15/Cargo.toml
wasmtime-26.0.0 ./ext/cargo-vendor/async-timer-1.0.0-beta.15/Cargo.toml
wasmtime-25.0.2 ./ext/cargo-vendor/async-timer-1.0.0-beta.15/Cargo.toml