# 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 = "2018" name = "unisub" version = "0.1.2" authors = ["Nicholas Rempel "] include = [ "src/**/*", "migrations/**/*", ".sqlx/*.json", ] description = "A Pub/Sub library for Rust backed by Postgres" homepage = "https://nrempel.com" documentation = "https://docs.rs/unisub" readme = "README.md" keywords = [ "queue", "pub-sub", "postgres", ] categories = [ "asynchronous", "database", "web-programming", ] license = "MIT" repository = "https://github.com/nrempel/unisub" [[bin]] name = "unisub" path = "src/bin/main.rs" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.futures-util] version = "0.3.28" [dependencies.sqlx] version = "0.7.2" features = [ "postgres", "runtime-tokio-native-tls", "migrate", ] [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tokio-util] version = "0.7.9" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.serde] version = "1.0.188" features = ["derive"]