# 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-connect" version = "0.1.0" authors = ["Roman Volosatovs "] description = "Bidirectional async streams over NATS.io" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rvolosatovs/nats-connect" [dependencies.anyhow] version = "1" features = ["std"] default-features = false [dependencies.async-nats] version = "0.33" default-features = false [dependencies.bytes] version = "1" default-features = false [dependencies.clap] version = "4" features = [ "color", "derive", "error-context", "help", "std", "suggestions", "usage", ] optional = true default-features = false [dependencies.futures] version = "0.3" default-features = false [dependencies.tokio] version = "1" default-features = false [dependencies.tracing] version = "0.1" optional = true default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "fmt", ] optional = true default-features = false [features] bin = [ "clap", "tokio/io-std", "tokio/macros", "tokio/rt-multi-thread", "tracing", "tracing-subscriber", ] default = ["bin"]