# 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-utils" version = "0.1.2" authors = ["zduny "] description = "Utilities for mezzenger." homepage = "https://github.com/zduny/mezzenger/tree/master/mezzenger-utils" documentation = "https://docs.rs/mezzenger-utils/" readme = "README.md" keywords = [ "message", "message-passing", "communication", "mezzenger", "utils", ] license = "Apache-2.0" repository = "https://github.com/zduny/mezzenger" [dependencies.futures] version = "0.3.28" [dependencies.mezzenger] version = "0.1.4" [dependencies.num] version = "0.4.1" optional = true [dependencies.pin-project] version = "1.1.3" [dependencies.serde] version = "1.0.188" features = ["derive"] [dev-dependencies.mezzenger-channel] version = "0.1.1" [features] default = [ "inspector", "split", "merge", "numbered", "ordered", "reliable", "last_only", ] inspector = [] last_only = ["numbered"] merge = [] numbered = ["num"] ordered = [] reliable = [] split = [] [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"