# 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 = "liftbridge" version = "0.1.2" authors = ["Roman Useinov "] description = "Liftbridge client for rust" readme = "README.md" keywords = ["client", "pubsub", "liftbridge", "queue", "stream"] license = "Apache-2.0" [[example]] name = "pubsub" path = "examples/pubsub/main.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.chrono] version = "0.4.13" [dependencies.lru] version = "0.6.0" [dependencies.prost] version = "0.6.1" [dependencies.rand] version = "0.7.3" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "0.2" features = ["time"] [dependencies.tonic] version = "0.3.0" [dev-dependencies.actix-rt] version = "1.1.1" [build-dependencies.tonic-build] version = "0.3.0"