# 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-nats-easy" version = "0.1.1" authors = ["Oleg Pogoraev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An easy-to-use async NATS client library" documentation = "https://docs.rs/async-nats-easy" readme = "README.md" keywords = [ "async", "nats", "client", "library", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/oblivisheee/async-nats-easy" [lib] name = "async_nats_easy" path = "src/lib.rs" [dependencies.async-nats] version = "0.38.0" [dependencies.async-trait] version = "0.1.83" [dependencies.bytes] version = "1.9.0" [dependencies.futures] version = "0.3.31" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.tokio] version = "1.42.0" features = ["rt"] [dependencies.tracing] version = "0.1.41"