[package] name = "budget" version = "0.1.0" authors = ["Joris "] edition = "2024" [dependencies] anyhow = "1.0" bcrypt = "0.19" chrono = "0.4" env_logger = "0.11" hex = "0.4" http-body-util = "0.1" hyper = { version = "1.9", features = ["full"] } hyper-util = { version = "0.1", features = ["full"] } log = "0.4" minijinja = { version = "2.19", features = ["loader"] } rand = { version = "0.10" } rusqlite = { version = "0.37", features = ["chrono"] } rusqlite_migration = "2.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_urlencoded = "0.7" sha2 = "0.11" tokio = { version = "1", features = ["full"] } tokio-rusqlite = "0.7" tokio-util = { version = "0.7", features = ["codec"] } url = "2.5"