# 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 = "telerun" version = "0.0.5" publish = true description = "Rust telegram bot for tracking runs." homepage = "https://github.com/reubenwong97/telerun" documentation = "https://docs.rs/telerun/" readme = "README.md" license = "MIT" repository = "https://github.com/reubenwong97/telerun" [dependencies.askama] version = "0.12.0" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.reqwest] version = "0.11.18" [dependencies.shuttle-runtime] version = "0.24.0" [dependencies.shuttle-secrets] version = "0.24.0" [dependencies.shuttle-shared-db] version = "0.24.0" features = [ "postgres", "sqlx", ] [dependencies.sqlx] version = "0.7.1" features = [ "runtime-tokio-native-tls", "postgres", "macros", "chrono", ] [dependencies.teloxide] version = "0.12.0" features = ["macros"] [dependencies.tokio] version = "1.26.0" [dependencies.tracing] version = "0.1.37"