tenor 0.1.1

Rust api for Tenor.com
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.85"
name = "tenor"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust api for Tenor.com"
readme = "README.md"
keywords = [
    "api",
    "google",
    "tenor",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Redhawk18/tenor"

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

[dependencies.codes-iso-3166]
version = "0.1"

[dependencies.codes-iso-639]
version = "0.1"
features = ["serde"]

[dependencies.dotenv]
version = "0.15"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.secrecy]
version = "0.10"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.serde_path_to_error]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = ["macros"]