# 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.1" authors = ["Ondrej Perutka "] 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" [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.8" [dependencies.slog] version = "2" optional = true [dependencies.tokio] version = "1" features = [ "net", "rt", "time", ]