# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "smart-fridge" version = "2.0.0" authors = ["Valentin Colin "] description = "A tiny service to manage food in your fridge" documentation = "https://docs.rs/smart-fridge" readme = "README.md" license = "MIT" repository = "https://github.com/ValentinColin/smart-fridge" [dependencies.anyhow] version = "1.0.72" [dependencies.axum] version = "0.6.20" features = ["macros"] [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.dotenvy] version = "0.15.7" [dependencies.env_logger] version = "0.10.0" [dependencies.impl_new] version = "0.2.1" [dependencies.log] version = "0.4.19" [dependencies.reqwest] version = "0.11.20" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.183" [dependencies.serde_with] version = "3.2.0" [dependencies.sqlx] version = "0.7.1" features = [ "runtime-tokio-rustls", "postgres", "uuid", "chrono", "time", ] [dependencies.thiserror] version = "1.0.44" [dependencies.time] version = "0.3.25" features = ["parsing"] [dependencies.tokio] version = "1.30.0" features = ["full"] [dependencies.uuid] version = "1.4.1" features = [ "v4", "serde", ] [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.tower] version = "0.4.13"