# 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 = "inventor_bot" version = "1.0.0" authors = ["Kaitlyn~Ethylia "] description = """ A fedi bot for posts in the format of 'I can't believe __ invented __'.""" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/KaitlynEthylia/InventorBot" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.7" features = [ "derive", "env", "string", ] [dependencies.ctrlc] version = "3.4.4" [dependencies.dirs] version = "5.0.1" [dependencies.httparse] version = "1.9.4" [dependencies.log] version = "0.4.21" features = [ "serde", "max_level_info", ] [dependencies.open] version = "5.1.4" [dependencies.pgp] version = "0.13.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.5" features = [ "blocking", "stream", ] [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_qs] version = "0.13.0" [dependencies.simplelog] version = "0.12.2" [dependencies.toml] version = "0.8.14"