# 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 = "2021" name = "wasm-agnostic" version = "0.1.15" description = "wasm-agnostic is a helpful crate for users who want to write async runtime-agnostic crate for wasm target." homepage = "https://github.com/al8n/agnostic" documentation = "https://docs.rs/wasm-agnostic" readme = "README.md" keywords = [ "async", "runtime", "agnostic", "wasi", "wasm", ] categories = ["asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/al8n/agnostic" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.agnostic] version = "0.1.15" features = ["net"] default-features = false [dependencies.async-trait] version = "0.1" [dependencies.atomic] version = "0.5" [dependencies.futures-util] version = "0.3" features = ["io"] default-features = false [dependencies.pin-project-lite] version = "0.2" [dependencies.socket2] version = "=0.4.7" [dependencies.tokio] version = "=1.24.2" features = ["full"] default-features = false [dependencies.tokio-stream] version = "0.1" features = ["time"] default-features = false [dependencies.tokio-util] version = "0.7" features = ["compat"] default-features = false [features] default = [] nightly = ["agnostic/nightly"]