[package] name = "user-svc-actix" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dotenv = "0.15.0" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1", features = ["full"] } sqlx = { version = "0.6.0", features = [ "runtime-tokio-rustls", "mysql", "chrono" ] } actix-web = "4" chrono = { version = "0.4", features = [ "serde" ] } ring = "0.16.20" data-encoding = "2.3.2" futures-util = "0.3" actix-web-utils = "0.2" #log = { version = "0.4", features = ["serde"] } dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/dev-dtos.git" }