trace-moe 2.0.0

Client library for the trace.moe anime scene search 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 = "2024"
name = "trace-moe"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client library for the trace.moe anime scene search API."
homepage = "https://github.com/benz206/trace-moe"
documentation = "https://docs.rs/trace-moe"
readme = "README.md"
license = "MIT"

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

[[example]]
name = "quick"
path = "examples/quick.rs"

[dependencies.reqwest]
version = "0.12"
features = [
    "gzip",
    "brotli",
    "deflate",
    "multipart",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.url]
version = "2"

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