[package] name = "oswilno-parking-space" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix = "0.13.0" actix-web = "4.3.1" askama = { version = "0.12.0", features = ["serde", "with-actix-web", "comrak", "mime"] } askama_actix = "0.14.0" autometrics = { version = "0.5.0", features = ["tracing", "tracing-subscriber", "thiserror"] } oswilno-contract = { path = "../oswilno-contract" } oswilno-session = { path = "../oswilno-session" } oswilno-view = { path = "../oswilno-view" } sea-orm = { version = "0.11.1", features = ["runtime-actix-rustls", "sqlx", "sqlx-postgres", "debug-print"] } serde = { version = "1.0.176", features = ["derive"] } serde_json = "1.0.104" tokio = { version = "1.29.1", features = ["full"] } tracing = "0.1.37"