# 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 = "piper-bot" version = "3.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A bot that reads messages from a named pipe and sends them to Discord." readme = "README.md" license = "Unlicense" repository = "https://codeberg.org/NoraPerry/piper-bot" [[bin]] name = "piper-bot" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.directories] version = "5.0.1" [dependencies.knuffel] version = "3.0.0" [dependencies.log] version = "0.4.17" [dependencies.miette] version = "5.9.0" features = ["fancy"] [dependencies.serenity] version = "0.11.5" features = ["http"] [dependencies.simple_logger] version = "4.1.0" [dependencies.tokio] version = "1.26.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.indoc] version = "2.0.1" [dev-dependencies.pretty_assertions] version = "1.3.0"