runng 0.1.11

High-level wrapper around nng (Nanomsg-Next-Generation) aka Nanomsg2
Documentation
# 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 = "runng"
version = "0.1.11"
authors = ["Jake W <jeikabu@gmail.com>"]
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"

[[bench]]
name = "reqrep_bench"
harness = false

[[bench]]
name = "pushpull_bench"
harness = false
[dependencies.backtrace]
version = "0.3"

[dependencies.futures]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.runng-sys]
version = "1.1.1-rc"

[dependencies.runng_derive]
version = "0.1"
[dev-dependencies.clap]
version = "2.32"

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.futures-timer]
version = "0.1"

[dev-dependencies.tokio]
version = "0.1"

[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"