nng-sys 0.0.0

Native bindings to the nng(nanomsg2) library
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]
name = "nng-sys"
version = "0.0.0"
authors = ["FanHui <hui.fan@mail.ru>"]
build = "build.rs"
links = "nng"
description = "Native bindings to the nng(nanomsg2) library"
license = "MIT"
repository = "https://github.com/kt10/nng-rs"

[lib]
name = "nng_sys"
path = "lib.rs"

[dependencies]
[build-dependencies.cmake]
version = "0.1"