[package] name = "bioarchlinux-packages" version = "0.2.6" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "4.1.0" ansi-to-html = "0.1.0" anyhow = "1.0.61" bigdecimal = "0.3.0" cached = "0.38.0" chrono = "0.4.21" deadpool-postgres = "0.10.2" enum-display-derive = "0.1.1" openssl = { version = "0.10.41", features = ["vendored"] } pg_bigdecimal = "0.1.4" postgres-types = { version = "0.2.3", features = ["derive"]} sentry = "0.27.0" sentry-actix = "0.27.0" serde = { version = "1.0.143", features = ["derive"] } tokio-postgres = { version = "0.7.6", features = ["with-chrono-0_4"]} yaml-rust = "0.4.5"