# 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 = "libutp-rs" version = "1.0.0" authors = ["johsunds "] description = "Async libutp interface" keywords = ["bittorrent", "network"] license = "MIT" repository = "https://github.com/johsunds/libutp-rs" [dependencies.crossbeam] version = "0.7.3" [dependencies.futures] version = "0.3.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.libutp-sys] version = "0.1.4" [dependencies.log] version = "0.4.11" [dependencies.mio] version = "0.7.0" features = ["os-poll", "udp"] [dependencies.socket2] version = "0.3.15" [dependencies.tokio] version = "1.3.0" [dev-dependencies.bytesize] version = "1.0.1" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.portpicker] version = "0.1.0" [dev-dependencies.tokio] version = "1.3.0" features = ["rt-multi-thread", "macros", "io-util"] [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.86" [target."cfg(windows)".dependencies.winapi] version = "0.3.9"