# 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 = "disintegrate-postgres" version = "0.8.0" authors = [ "Luca Iachini ", "Valerio Iachini ", ] description = "Disintegrate PostgresDB implementation. Not for direct use. Refer to the `disintegrate` crate for details." readme = "README.md" license = "MIT" repository = "https://github.com/disintegrate-es/disintegrate" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.80" [dependencies.disintegrate] version = "0.8.0" [dependencies.disintegrate-macros] version = "0.8.0" [dependencies.disintegrate-serde] version = "0.8.0" [dependencies.futures] version = "0.3.30" [dependencies.md-5] version = "0.10.6" [dependencies.paste] version = "1.0.14" [dependencies.serde] version = "1.0.196" [dependencies.serde_json] version = "1.0.114" [dependencies.sqlx] version = "0.7.4" features = [ "postgres", "runtime-tokio-rustls", "uuid", ] [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.35.1" features = ["macros"] optional = true [dependencies.tokio-util] version = "0.7.10" optional = true [dependencies.uuid] version = "1.7.0" features = ["v3"] [dev-dependencies.disintegrate-serde] version = "0.8.0" features = ["json"] [features] default = [] listener = [ "dep:tokio", "dep:tokio-util", ]