# 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] name = "lz_shared_udp" version = "0.1.2" authors = ["Luke Horsley "] description = "Functionality for a shared UDP socket" keywords = ["tokio", "UDP", "socket"] categories = ["asynchronous", "network-programming"] license = "MIT" repository = "https://github.com/lukazoid/lz_shared_udp" [dependencies.futures] version = "0.1.18" [dependencies.log] version = "0.4.1" [dependencies.tokio-core] version = "0.1.12" [dev-dependencies.simple_logger] version = "0.4.0" [badges.travis-ci] repository = "Lukazoid/lz_shared_udp"