[package] name = "vivalaakam_seattle_collection_postgres" version = "0.1.0" edition = "2021" authors = ["Andrey Makarov "] description = "Collection provider" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } anyhow = "1.0" chrono = "0.4" tracing = "0.1" thiserror = "1.0" serde_json = "1.0" async-trait = "0.1" vivalaakam_seattle_collection = "0.1.0" sql_query_builder = { version = "2.1.0", features = ["postgresql"] } sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio-native-tls", "chrono", "json"] } [dev-dependencies] tracing-subscriber = { workspace = true } dotenv = { workspace = true }