[package] name = "warriors-names" description = "A bot that generates warriors cat names and posts them to mastodon" version = "0.2.2" authors = ["asonix "] license = "AGPL-3.0" repository = "https://git.asonix.dog/asonix/warriors-names" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" rand = "0.8" reqwest = { version = "0.11", default-features = false, features = [ "json", "rustls-tls", ] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" toml = "0.5" tokio = { version = "1", features = ["full"] } url = { version = "2.0", features = ["serde"] }