# 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"
name = "zotero-rs"
version = "0.2.5"
authors = ["Adrian Gao <adrian.gao@outlook.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for interacting with the Zotero API"
documentation = "https://docs.rs/zotero-rs"
readme = "README.md"
keywords = [
    "zotero",
    "bibliography",
    "api",
    "library",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/mgao6767/zotero-rs"

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

[[test]]
name = "test_asynchronous"
path = "tests/test_asynchronous.rs"

[[test]]
name = "test_synchronous"
path = "tests/test_synchronous.rs"

[dependencies.bytes]
version = "1.10.0"

[dependencies.reqwest]
version = "0.12.12"
features = [
    "blocking",
    "json",
]

[dependencies.serde_json]
version = "1.0.138"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tokio]
version = "1.43.0"
features = ["full"]

[dependencies.url]
version = "2.5.4"

[dev-dependencies.chrono]
version = "0.4.39"

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

[dev-dependencies.httpmock]
version = "0.7.0"