# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stun3489" version = "0.5.0" authors = ["Manuel Schölling "] description = "An implementation of STUN (RFC 3489) using tokio" homepage = "https://github.com/manuels/stun3489" documentation = "https://docs.rs/stun3489" license = "GPL-2.0" repository = "https://github.com/manuels/stun3489" [dependencies.async-std] version = "1.4.0" features = ["unstable"] [dependencies.byteorder] version = "1.2.7" [dependencies.bytes] version = "0.5.4" [dependencies.env_logger] version = "0.7.1" [dependencies.futures] version = "0.3.4" [dependencies.log] version = "0.4.6" [dependencies.nix] version = "0.17.0" [dependencies.rand] version = "0.6.1"