# 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 = "pgmq-core" version = "0.8.5" authors = ["Tembo.io"] publish = true description = "Core functionality shared between the PGMQ Rust SDK and Postgres Extension" homepage = "https://github.com/tembo-io/pgmq" documentation = "https://docs.rs/pgmq" readme = "README.md" keywords = [ "messaging", "queues", "postgres", ] license = "PostgreSQL" repository = "https://github.com/tembo-io/pgmq" [[bench]] name = "parsing" harness = false [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.91" features = ["raw_value"] [dependencies.sqlx] version = "0.7.2" features = [ "runtime-tokio", "postgres", "chrono", "json", ] [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1" features = ["macros"] [dependencies.url] version = "2.3.1" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.regex] version = "1.5.4"