# 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-tokio" version = "0.6.0" authors = ["Roman Volosatovs "] description = "Streaming WebAssembly codec based on Tokio" categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/wrpc/wasm-tokio" [dependencies.leb128-tokio] version = "0.1.5" default-features = false [dependencies.tokio] version = "1" features = ["io-util"] default-features = false [dependencies.tokio-util] version = "0.7.9" features = ["codec"] default-features = false [dependencies.tracing] version = "0.1" features = ["attributes"] optional = true default-features = false [dependencies.utf8-tokio] version = "0.2" default-features = false [dev-dependencies.futures] version = "0.3" default-features = false [dev-dependencies.test-log] version = "0.2" features = [ "color", "log", "trace", ] default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" default-features = false [features] default = ["tracing"] tracing = [ "dep:tracing", "leb128-tokio/tracing", ]