# 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 = "mastotg" version = "0.2.1" authors = ["myl7 "] description = "Forward posts from Mastodon to Telegram channels" homepage = "https://github.com/myl7/mastotg" documentation = "https://github.com/myl7/mastotg#readme" readme = "README.md" keywords = [ "mastodon", "telegram", "activitypub", "cross-platform", "social-media", ] license = "Apache-2.0" repository = "https://github.com/myl7/mastotg.git" [dependencies.anyhow] version = "1.0.71" features = ["backtrace"] [dependencies.async-trait] version = "0.1.73" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.19" [dependencies.quick-xml] version = "0.30.0" [dependencies.refinery] version = "0.8.10" features = ["rusqlite-bundled"] [dependencies.regex] version = "1.9.1" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.serde] version = "1.0.181" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.serde_with] version = "3.2.0" [dependencies.teloxide] version = "0.12.2" [dependencies.tokio] version = "1.29.1" features = [ "macros", "rt-multi-thread", "fs", ]