[package] name = "postgres-from-row" description = "Derivable trait that allows converting a postgres row to a struct" documentation = "https://docs.rs/postgres-from-row" readme = "README.md" version.workspace = true authors.workspace = true edition.workspace = true repository.workspace = true homepage.workspace = true license-file.workspace = true keywords.workspace = true categories.workspace = true [lib] doctest = false [workspace] members = ["postgres-from-row-derive"] [workspace.package] version = "0.5.2" authors = ["Remo Pas "] edition = "2021" repository = "https://github.com/remkop22/postgres-from-row" homepage = "https://github.com/remkop22/postgres-from-row" license-file = "LICENSE" keywords = ["postgres", "postgres-tokio", "postgresql", "from-row", "mapper"] categories = ["database", "parsing", "data-structures"] [workspace.dependencies] postgres-from-row-derive = { path = "postgres-from-row-derive", version = "=0.5.2" } [dependencies] tokio-postgres = { version = "0.7.8", default_features = false } postgres-from-row-derive.workspace = true