# 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 = "fafbot" version = "0.1.0" authors = ["Jonas Eriksson "] description = "Fire-and-Forget Bot" homepage = "https://git.sr.ht/~upto/fafbot/" readme = "README.md" license = "Apache-2.0" repository = "https://git.sr.ht/~upto/fafbot/" [[package.metadata.generate-rpm.assets]] source = "target/release/fafbot" dest = "/usr/bin/fafbot" mode = "755" [package.metadata.deb] assets = [[ "target/release/fafbot", "usr/bin/", "755", ]] [dependencies.async-std] version = "1.12.0" [dependencies.clap] version = "4" features = [ "env", "string", ] [dependencies.dirs] version = "4" [dependencies.http] version = "0.2.6" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.2" [dependencies.matrix-sdk] version = "0.6" features = [ "sled", "markdown", "sso-login", ] [dependencies.open] version = "3.4.0" [dependencies.reqwest] version = "0.11" [dependencies.rmp-serde] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.snafu] version = "0.7" [dependencies.tokio] version = "1" features = [ "rt", "macros", ]