dnet-utils 0.1.1

Utilities for dnet
Documentation
# 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 = "dnet-utils"
version = "0.1.1"
authors = ["zduny <dzduniak@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for dnet"
documentation = "https://docs.rs/dnet-utils/"
readme = false
keywords = [
    "message",
    "message-passing",
    "communication",
    "utils",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/druntime/dnet"

[package.metadata.docs.rs]
all-features = true
targets = [
    "x86_64-unknown-linux-gnu",
    "wasm32-unknown-unknown",
]

[features]
channel = []
default = [
    "channel",
    "pipe",
    "merged",
    "filtering",
    "mapping",
    "unwrapping",
    "splitting",
    "numbered",
    "latest",
    "void",
    "wall",
]
filtering = []
latest = ["numbered"]
logging = [
    "dnet-base/logging",
    "dnet-tests/logging",
]
mapping = []
merged = []
numbered = [
    "num",
    "serde",
    "unwrapping",
]
pipe = ["dportable"]
splitting = ["mapping"]
unwrapping = ["mapping"]
void = []
wall = []

[lib]
name = "dnet_utils"
path = "src/lib.rs"

[dependencies.dnet-base]
version = "0.1"

[dependencies.dportable]
version = "0.1"
optional = true

[dependencies.futures]
version = "0.3"

[dependencies.num]
version = "0.4"
optional = true

[dependencies.pin-project]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dev-dependencies.dnet-tests]
version = "0.1"

[dev-dependencies.dportable]
version = "0.1"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio]
version = "1"
features = ["full"]

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"