Sha256: 6a1d2ef5d80ff34163e5d07920cbaaf4a830bf7f387050dd30c47068e4e43c7c

Contents?: true

Size: 1.99 KB

Versions: 10

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.9"
authors = ["Douman <douman@gmx.se>"]
include = [
    "**/*.rs",
    "**/*.c",
    "Cargo.toml",
    "README.md",
]
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"

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

[dependencies.futures-core]
version = "0.3"
optional = true
default-features = true

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

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

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

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

[target."cfg(any(target_os = \"bitrig\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"ios\", target_os = \"macos\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.nix]
version = "0.26"
optional = true

[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.15"
features = ["net"]
optional = true
default-features = false
package = "tokio"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wasmtime-13.0.0 ./ext/cargo-vendor/async-timer-1.0.0-beta.9/Cargo.toml
wasmtime-12.0.1 ./ext/cargo-vendor/async-timer-1.0.0-beta.9/Cargo.toml
wasmtime-12.0.0 ./ext/cargo-vendor/async-timer-1.0.0-beta.9/Cargo.toml
wasmtime-11.0.0 ./ext/cargo-vendor/async-timer-1.0.0-beta.9/Cargo.toml
wasmtime-10.0.1 ./ext/cargo-vendor/async-timer-1.0.0-beta.9/Cargo.toml
wasmtime-10.0.0 ./ext/cargo-vendor/async-timer-1.0.0-beta.9/Cargo.toml
wasmtime-9.0.4 ./ext/cargo-vendor/async-timer-1.0.0-beta.9/Cargo.toml
wasmtime-9.0.1 ./ext/cargo-vendor/async-timer-1.0.0-beta.9/Cargo.toml
wasmtime-8.0.0 ./ext/cargo-vendor/async-timer-1.0.0-beta.9/Cargo.toml
wasmtime-7.0.0 ./ext/cargo-vendor/async-timer-1.0.0-beta.9/Cargo.toml