# 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 = "grievous" version = "0.0.2" authors = ["Baraa Al-Masri "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Named after General Grievous, where it generates noises from text files or a provided URL, just like how Grievous makes weird noises when he talks." readme = "README.md" keywords = [ "ALSA", "audio", "sound", ] categories = ["multimedia::audio"] license = "GPL-3.0" repository = "https://github.com/mbaraa/grievous" [[bin]] name = "grievous" path = "src/main.rs" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1" features = ["full"] [build-dependencies.cmake] version = "0.1.31" [build-dependencies.serde] version = "1.0.210" [build-dependencies.serde_json] version = "1.0.128"