# 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" rust-version = "1.73" name = "pravda" version = "0.1.3" authors = ["@modulux@isonomia.net"] exclude = [ "*.bak", "*.toml", "*-original", "_FOSSIL_", "target/", ] description = "A bot to connect to a fediverse instance using the mastodon API and host social games." homepage = "https://modulus.isonomia.net/pravda.cgi/wiki/home" readme = "README.md" keywords = [ "bot", "mastodon", "fediverse", "ActivityPub", "simple", ] categories = ["games"] license = "GPL-3.0" repository = "https://modulus.isonomia.net/pravda.cgi" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.futures-util] version = "0.3" default-features = false [dependencies.mastodon-async] version = "1.3.1" features = [ "toml", "mt", "rustls-tls", ] default-features = false [dependencies.nanohtml2text] version = "0.1.4" [dependencies.once_cell] version = "1.18.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.0" default-features = false [dependencies.reqwest] version = "0.11.22" features = ["rustls-tls"] default_features = false [dependencies.tokio] version = "1.32.0" default-features = false [dependencies.tokio-util] version = "0.7.9"