pexels-api 0.1.0

A Rust client for the Pexels API. API Address: https://www.pexels.com/api/documentation/
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 = "2021"
rust-version = "1.80.0"
name = "pexels-api"
version = "0.1.0"
authors = ["https://github.com/houseme"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client for the Pexels API. API Address: https://www.pexels.com/api/documentation/"
homepage = "https://github.com/houseme/pexels"
documentation = "https://docs.rs/pexels-api"
readme = "README.md"
keywords = [
    "pexels",
    "api",
    "client",
    "cli",
    "pexels-api",
]
categories = [
    "web-programming",
    "development-tools",
    "asynchronous",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/houseme/pexels.git"

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

[dependencies.futures]
version = "0.3.32"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "rustls",
    "charset",
    "http2",
    "system-proxy",
    "stream",
    "query",
    "form",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "fs",
    "io-util",
    "rt",
    "sync",
]
default-features = false

[dependencies.url]
version = "2.5.8"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false