cp-cli-platform-project-euler 3.1.10

Project Euler HTTP client used by cp-cli
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "cp-cli-platform-project-euler"
version = "3.1.10"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project Euler HTTP client used by cp-cli"
homepage = "https://github.com/keys-i/cp-cli"
readme = "README.md"
keywords = [
    "project-euler",
    "competitive-coding",
    "api-client",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/keys-i/cp-cli"

[lib]
name = "cp_cli_platform_project_euler"
path = "src/lib.rs"

[dependencies.reqwest]
version = "0.13"
features = ["rustls"]
default-features = false

[dependencies.thiserror]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "net",
    "io-util",
    "time",
]
default-features = false

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"
unused_must_use = "deny"