# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "natsclient" version = "0.0.7" authors = ["Kevin Hoffman "] description = "NATS client designed for both an ergonomic API and performance" homepage = "https://github.com/encabulators/natsclient" documentation = "https://docs.rs/natsclient" readme = "README.md" keywords = ["nats", "client", "natsclient", "async", "stan"] categories = ["network-programming", "api-bindings"] license = "Apache-2.0" repository = "https://github.com/encabulators/natsclient" [[example]] name = "marketclient" [[example]] name = "marketservice" [dependencies.crossbeam] version = "0.7.3" [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.crossbeam-utils] version = "^0.7.0" [dependencies.data-encoding] version = "2.2.0" [dependencies.derive_builder] version = "0.9.0" [dependencies.log] version = "^0.4.6" [dependencies.nats-types] version = "0.1.8" [dependencies.nkeys] version = "0.0.9" [dependencies.nuid] version = "0.2.1" [dependencies.rand] version = "0.7.3" [dependencies.regex] version = "1.3.5" [dependencies.url] version = "2.1.1" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.serde] version = "^1.0.90" [dev-dependencies.serde_derive] version = "^1.0.90" [dev-dependencies.serde_json] version = "^1.0.39" [badges.travis-ci] branch = "master" repository = "encabulators/natsclient"