Sha256: 6348c33fc1ac4cffa0efb4ce398227677d1914bb4be849c43591208c9fd9119c
Contents?: true
Size: 1.71 KB
Versions: 7
Compression:
Stored size: 1.71 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.14" 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 = "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
7 entries across 7 versions & 1 rubygems