# 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" rust-version = "1.69" name = "ouch_connect_nonblocking" version = "5.0.1" authors = ["Softstream "] description = "Non blocking OUCH protocol implementation" readme = "readme.md" keywords = [ "exchange", "protocol", ] categories = ["API bindings"] license-file = "LICENSE" repository = "https://github.com/softstream-link/ouch" [[bench]] name = "ouch_nonblocking_bench" harness = false [dependencies.links_nonblocking] version = "0.2" [dependencies.ouch_connect_core] version = "~5.0.1" optional = true [dev-dependencies.colored] version = "2.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.links_nonblocking] version = "0.2" features = ["unittest"] [dev-dependencies.log] version = "0.4" [features] default = ["dep:ouch_connect_core"] full = ["unittest"] unittest = [ "dep:ouch_connect_core", "ouch_connect_core/unittest", ]