# 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 = "rustun" version = "0.5.0" authors = ["Takeru Ohta "] description = "A library for implementing STUN server and client asynchronously" homepage = "https://github.com/sile/rustun" readme = "README.md" keywords = [ "STUN", "asynchronous", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/sile/rustun" [dependencies.bytecodec] version = "0.4" [dependencies.factory] version = "0.1" [dependencies.fibers] version = "0.1" [dependencies.fibers_timeout_queue] version = "0.1" [dependencies.fibers_transport] version = "0.1.3" [dependencies.futures] version = "0.1" [dependencies.rand] version = "0.8" [dependencies.stun_codec] version = "0.3" [dependencies.trackable] version = "1" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.fibers_global] version = "0.1" [badges.coveralls] repository = "sile/rustun"