[package] name = "async-nng" description = "Async wrappers for working with nng-rs types and operations." version = "0.2.0" edition = "2021" license = "MIT" homepage = "https://www.tangramvision.com" repository = "https://gitlab.com/tangram-vision/oss/async-nng" categories = ["network-programming"] keywords = ["nanomsg", "nng", "async", "messaging", "transport"] readme = "README.md" [dependencies] async-channel = "2.3" nng = "1.0" tracing = "0.1.40" [dev-dependencies] macro_rules_attribute = "0.2" random-string = "1.1" smol = "2.0" smol-macros = "0.1" tracing-test = "0.2" [lints.rust] warnings = "deny" deprecated = "warn" missing_docs = "deny" [lints.clippy] missing_docs_in_private_items = "deny" [profile.release-with-debug] inherits = "release" debug = true