[package] name = "inline-postgres-impl" version = "0.1.0" edition = "2021" description = "Implementation of the inline-postgres crate - do not use on its own" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio-postgres = { version = "0.7", features = ["with-chrono-0_4"] } ulid = "1.0" bytes = { version = "1.0" } async-trait = "0.1.73" chrono = "0.4"