# 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 = "stan" version = "0.0.16" authors = ["Jell "] description = "NATS Streaming client based on official NATS rust client" homepage = "https://github.com/ReifyAB/stan-rs" documentation = "https://docs.rs/stan" license = "Apache-2.0" repository = "https://github.com/ReifyAB/stan-rs" [dependencies.bytes] version = "1.0.1" [dependencies.log] version = "0.4.14" [dependencies.nats] version = "0.9.7" [dependencies.prost] version = "0.7.0" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.cargo-readme] version = "3.2.0" [dev-dependencies.logtest] version = "2.0.0" [dev-dependencies.version-sync] version = "0.9.2" [build-dependencies.prost-build] version = "0.7.0"