[package] name = "archlinuxcn-packages" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "4.0.0-beta.21" ansi-to-html = "0.1.0" chrono = "0.4.19" deadpool-postgres = "0.10.1" enum-display-derive = "0.1.1" postgres-types = { version = "0.2.2", features = ["derive"]} serde = { version = "1.0.130", features = ["derive"] } tokio-postgres = { version = "0.7.5", features = ["with-chrono-0_4"]}