# 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 = "flashbang" version = "0.1.0-prealpha" authors = ["JonahPlusPlus <33059163+JonahPlusPlus@users.noreply.github.com>"] description = "A Rust crate for the STUN/TURN protocol." homepage = "https://github.com/JonahPlusPlus/flashbang" documentation = "https://docs.rs/flashbang" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/JonahPlusPlus/flashbang" [[bin]] name = "flashbang" required-features = ["server_binary"] [dependencies.argh] version = "0.1" optional = true [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.3" [dependencies.cfg-if] version = "1.0" [dependencies.crc32fast] version = "1.3" [dependencies.ctrlc] version = "3.2" features = ["termination"] optional = true [dependencies.env_logger] version = "0.10" optional = true [dependencies.futures] version = "0.3" [dependencies.hmac] version = "0.12" [dependencies.log] version = "0.4" [dependencies.md-5] version = "0.10" [dependencies.once_cell] version = "1.17" [dependencies.rand] version = "0.8" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.socket2] version = "0.4" features = ["all"] [dependencies.tokio] version = "1" features = ["full"] optional = true [dev-dependencies.stun] version = "0.4" [features] async_tokio = ["tokio"] default = ["async_tokio"] server_binary = [ "argh", "ctrlc", "env_logger", ]