[package] name = "iot-cloud" 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.4.0" env_logger = "0.10.0" log = "0.4.20" sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-rustls", "postgres", "migrate"] } sqlx-cli = "0.7.1" thiserror = "1.0.48"