# 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 = "praytimes-kit" version = "1.1.0" authors = [ "Max Bas MaxBaseCode@Gmail.Com", "Ehsan ehsan2003.2003.382@gmail.com", ] description = "Muslim prayer times calculation and scheduling toolkit" keywords = [ "prayer", "times", "muslim", "scheduler", "shia", ] license = "GPL-3.0" repository = "https://github.com/basemax/praytimesrust" [dependencies.axum] version = "0.6.20" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.22" features = [ "derive", "color", ] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.praytimes] version = "1.0.0" features = ["serde"] [dependencies.serde] version = "1.0.185" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tower-http] version = "0.3.4" features = ["trace"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]