# 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 = "nng_async" version = "0.2.0" authors = ["jake "] description = "High-level wrapper around nng (Nanomsg-Next-Generation) aka Nanomsg2" readme = "README.md" keywords = ["nng", "nanomsg", "zeromq"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/jeikabu/runng" [dependencies.bitflags] version = "1.0" [dependencies.futures] version = "0.3.0-alpha" package = "futures-preview" [dependencies.futures_util] version = "0.3.0-alpha" package = "futures-util-preview" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.6" [dependencies.runng-sys] version = "1.1.2-rc" [dependencies.runng_derive] version = "0.2" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.failure] version = "0.1" [dev-dependencies.futures-timer] version = "0.3" [features] default = ["pipes", "stats"] pipes = [] stats = [] [badges.appveyor] branch = "master" repository = "jake-ruyi/runng" service = "github" [badges.codecov] branch = "master" repository = "jeikabu/runng" service = "github" [badges.travis-ci] branch = "master" repository = "jeikabu/runng"