libzmq 0.1.7

A strict subset of ØMQ with a high level API.
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 = "libzmq"
version = "0.1.7"
authors = ["jean-airoldie <maxence.caron@protonmail.com>"]
autobenches = false
description = "A strict subset of ØMQ with a high level API.\n"
homepage = "https://jean-airoldie.github.io/libzmq-rs/"
readme = "../README.md"
keywords = ["libzmq", "zmq", "zeromq", "bindings"]
categories = ["api-bindings", "asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jean-airoldie/libzmq-rs"

[[example]]
name = "gen_curve_cert"

[[example]]
name = "basic_req_rep"

[[example]]
name = "reliable_req_rep"

[[example]]
name = "secure_req_rep"

[[bench]]
name = "bench_main"
harness = false
[dependencies.bincode]
version = "1.1"

[dependencies.bitflags]
version = "1.0"

[dependencies.byteorder]
version = "1.3.1"

[dependencies.failure]
version = "0.1"

[dependencies.hashbrown]
version = "0.2"

[dependencies.humantime-serde]
version = "0.1"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.libc]
version = "0.2"

[dependencies.libzmq-sys]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_with]
version = "1.3.1"

[dependencies.uuid]
version = "0.7"
features = ["v4"]
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.quickcheck]
version = "0.8.3"

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

[dev-dependencies.rand_core]
version = "0.4"

[dev-dependencies.rand_isaac]
version = "0.1.1"

[dev-dependencies.ron]
version = "0.5"

[dev-dependencies.serde_yaml]
version = "0.8"

[dev-dependencies.version-sync]
version = "0.8"
[build-dependencies.flatc-rust]
version = "0.1"
[badges.maintenance]
status = "actively-developed"