msf-ice 0.2.3

Interactive Connectivity Establishment (ICE) for Rust.
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 = "msf-ice"
version = "0.2.3"
authors = ["Ondrej Perutka <perutka.ondrej@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Interactive Connectivity Establishment (ICE) for Rust.
"""
documentation = "https://docs.rs/msf-ice/"
readme = "README.md"
keywords = [
    "async",
    "protocol",
    "network",
]
license = "MIT"
repository = "https://github.com/operutka/msf"

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

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

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

[dependencies.msf-stun]
version = "0.1"
features = ["ice"]

[dependencies.rand]
version = "0.10"

[dependencies.slog]
version = "2"
optional = true

[dependencies.tokio]
version = "1"
features = [
    "net",
    "rt",
    "time",
]