# 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 = "iseven_api" version = "0.7.0" description = "A Rust wrapper for isEven API" homepage = "https://github.com/megascrapper/iseven-api-rust" readme = "README.md" keywords = [ "iseven", "is-even", "api", "silly-things", ] categories = [ "api-bindings", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/megascrapper/iseven-api-rust" [package.metadata.docs.rs] all-features = true [[bin]] name = "iseven_api" required-features = ["cli"] [dependencies.clap] version = "4.4.18" features = ["derive"] optional = true [dependencies.env_logger] version = "0.11.1" optional = true [dependencies.human-panic] version = "1.2.3" optional = true [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.23" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ] [features] blocking = ["reqwest/blocking"] cli = [ "clap", "env_logger", "human-panic", "blocking", ]