# 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 = "tgbot-mastodon-sync" version = "0.2.2" description = "A Telegram bot synchronizes Telegram messages to Mastodon" readme = "README.md" keywords = [ "telegram", "mastodon", "bot", "bridge", "forward", ] categories = ["accessibility"] license = "AGPL-3.0-only" repository = "https://github.com/SpriteOvO/tgbot-mastodon-sync" [lib] name = "core" [dependencies.anyhow] version = "1.0.69" [dependencies.const_format] version = "0.2.30" [dependencies.dirs] version = "4.0.0" [dependencies.dptree] version = "0.3.0" [dependencies.lingua] version = "1.4.0" [dependencies.mastodon-async] version = "1.1.0" [dependencies.once_cell] version = "1.17.0" [dependencies.reqwest] version = "0.11.14" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.spdlog-rs] version = "0.3.8" [dependencies.sqlx] version = "0.6.2" features = [ "runtime-tokio-rustls", "sqlite", "offline", ] [dependencies.teloxide] version = "0.12.0" features = ["macros"] [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = [ "rt-multi-thread", "macros", ]