# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "async-nng" version = "0.2.0" description = "Async wrappers for working with nng-rs types and operations." homepage = "https://www.tangramvision.com" readme = "README.md" keywords = [ "nanomsg", "nng", "async", "messaging", "transport", ] categories = ["network-programming"] license = "MIT" repository = "https://gitlab.com/tangram-vision/oss/async-nng" [profile.release-with-debug] debug = 2 inherits = "release" [dependencies.async-channel] version = "2.3" [dependencies.nng] version = "1.0" [dependencies.tracing] version = "0.1.40" [dev-dependencies.macro_rules_attribute] version = "0.2" [dev-dependencies.random-string] version = "1.1" [dev-dependencies.smol] version = "2.0" [dev-dependencies.smol-macros] version = "0.1" [dev-dependencies.tracing-test] version = "0.2" [lints.clippy] missing_docs_in_private_items = "deny" [lints.rust] deprecated = "warn" missing_docs = "deny" warnings = "deny"