[package] name = "backend" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1", features = ["full"] } dotenv = "0.15" actix-web = "4" tokio-postgres = { version = "0.7.8", features = ["with-chrono-0_4"] } chrono = { version = "0.4.24", features = ["serde"] } serde_json = "1.0" serde = { version = "1.0.159", features = ["derive"] } async-trait = "0.1.68" dotenv_codegen = "0.15.0" pbkdf2 = "0.12.1" nanoid = "0.4.0" sha2 = "0.10.6" rust_decimal = { version = "1.29", features = ["db-tokio-postgres"] } rust_decimal_macros = "1.29" mongodb = { version = "2.5.0", features = ["bson-chrono-0_4"] } futures = "0.3"