pexels-cli 0.1.0

A Rust client for the Pexels API. API Address: https://www.pexels.com/api/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-cli"
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-cli"
readme = "README.md"
keywords = [
    "pexels",
    "api",
    "client",
    "cli",
    "pexels-api",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "asynchronous",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/houseme/pexels.git"

[[bin]]
name = "pexels-cli"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.pexels-api]
version = "0.1.0"

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