# 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 = "mezzenger-channel" version = "0.1.1" authors = ["zduny "] description = "mezzenger transport over futures channels." homepage = "https://github.com/zduny/mezzenger/tree/master/mezzenger-channel" documentation = "https://docs.rs/mezzenger-channel/" readme = "README.md" keywords = [ "message", "message-passing", "mezzenger", "futures", "channel", ] license = "Apache-2.0" repository = "https://github.com/zduny/mezzenger" [dependencies.futures] version = "0.3.28" [dependencies.mezzenger] version = "0.1.4" [dependencies.pin-project] version = "1.1.3" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.32.0" features = ["full"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.37"