# 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 = "nanomsg" version = "0.7.2" authors = ["Daniel Fagnan ", "Jason E. Aten", "David C. Bishop", "Dennis Lawler", "Zachary Tong", "Dan Burkert", "BenoƮt Labaere ", "Chip Collier"] description = "A high-level, Rust idiomatic wrapper around nanomsg." homepage = "https://github.com/thehydroimpulse/nanomsg.rs" documentation = "https://github.com/thehydroimpulse/nanomsg.rs" readme = "./README.md" keywords = ["nanomsg", "binding", "network", "pub", "sub"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/thehydroimpulse/nanomsg.rs" [dependencies.libc] version = "0.2.*" [dependencies.nanomsg-sys] version = "0.7.*" [features] bundled = ["nanomsg-sys/bundled"] no_anl = ["nanomsg-sys/no_anl"] [badges.appveyor] repository = "blabaere/nanomsg.rs" [badges.travis-ci] repository = "blabaere/nanomsg.rs"