# 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 = "deadman" version = "0.1.0" description = """ A deadman switch implemantation that will notify on Telegram if the user has not interacted with it in a specific interval """ license = "MIT" [dependencies.anyhow] version = "1.0.75" [dependencies.axum] version = "0.6.20" [dependencies.chrono] version = "0.4.31" [dependencies.serde] version = "1.0.190" [dependencies.sqlx] version = "0.7.2" features = [ "runtime-tokio", "sqlite", ] [dependencies.teloxide] version = "0.12.2" features = ["macros"] [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.uuid] version = "1.5.0" features = ["v7"] [dev-dependencies.axum-test] version = "13.1.1"