# 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 = "mirai" version = "0.0.4" authors = ["Khionu Sybiern "] description = "A Futures layer over Mio" keywords = ["async", "futures", "networking", "mio", "events"] license = "Apache-2.0" [dependencies.futures] version = "0.3.1" [dependencies.mio] version = "0.7.0" features = ["os-poll"] [dependencies.tracing] version = "0.1.13" [dev-dependencies.tracing-subscriber] version = "0.2.2" [features] default = ["tcp", "udp"] tcp = ["mio/tcp"] udp = ["mio/udp"]