# 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 = "quick_stream" version = "0.1.2" authors = ["Uditha Gunaratne "] exclude = [ ".github/*", "ROADMAP.md", ] description = "Quick Stream is a Rust-based solution designed to efficiently handle data upsert operations with a focus on performance and scalability. Utilizing asynchronous programming and a dynamic sender-receiver model, Quick Stream aims to streamline the process of synchronizing large datasets with minimal overhead." homepage = "https://github.com/uratne/quick-stream" readme = "README.md" keywords = [ "data-ingestion", "postgre", "async", ] categories = ["database"] license = "MIT" repository = "https://github.com/uratne/quick-stream" [dependencies.async-trait] version = "0.1.80" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.21" [dependencies.native-tls] version = "0.2.12" [dependencies.postgres-native-tls] version = "0.5.0" [dependencies.random_word] version = "0.4.3" features = ["en"] [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-postgres] version = "0.7.10" features = ["with-chrono-0_4"] [dependencies.tokio-util] version = "0.7.11" [lints.rust] unsafe_code = "forbid"