# 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 = "nats-extra" version = "0.1.0" authors = ["Tomasz Pietrek "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Set of utilities and extensions for the Core NATS of the async-nats crate" homepage = "https://github.com/synadia-io/orbit.rs" documentation = "https://docs.rs/nats-extra" readme = "README.md" keywords = [ "nats", "extra", "extensions", "messaging", "api", ] categories = [ "network-programming", "api-bindings", ] license = "Apache-2.0" repository = "https://github.com/synadia-io/orbit.rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "nats_extra" path = "src/lib.rs" [[test]] name = "request_many_tests" path = "tests/request_many_tests.rs" [dependencies.async-nats] version = "0.38.0" [dependencies.bytes] version = "1.8.0" [dependencies.futures] version = "0.3.31" [dependencies.tokio] version = "1.0" features = ["time"] [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] default = ["request_many"] request_many = []