# 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 = "norris" version = "0.1.3" authors = ["graves501"] description = "Simple async wrapper for the Chuck Norris Joke API: https://api.chucknorris.io/" readme = "README.md" keywords = [ "funny", "joke", "chuck", "norris", "api", ] license = "MIT" repository = "https://github.com/graves501/chucknorris_rs" [dependencies.anyhow] version = "1.0.68" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.strum_macros] version = "0.24" [dependencies.tokio] version = "1" features = ["full"]