[package] name = "calories" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = "0.7.5" chrono = "0.4.38" image = "0.25.2" mysql = "25.0.1" mysql_common = { version = "0.32.4", features = ["frunk"] } plotters = "0.3.6" plotters-canvas = "0.3.0" struct-field-names-as-array = "0.3.0" time = "0.3.36" tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] } wasm-bindgen = "0.2.92"