lava-api 0.2.0

Helper crate to work with the LAVA REST APIs
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.90"
name = "lava-api"
version = "0.2.0"
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper crate to work with the LAVA REST APIs"
homepage = "https://github.com/collabora/lava-api"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/collabora/lava-api"
resolver = "2"

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

[[example]]
name = "lava-rs"
path = "examples/lava-rs/main.rs"

[dependencies.bytes]
version = "1.11.1"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4.29"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_norway]
version = "0.9"

[dependencies.serde_with]
version = "3"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "sync",
]

[dependencies.url]
version = "2.5"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.boulder]
version = "0.3"

[dev-dependencies.django-query]
version = "0.2"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.junit-parser]
version = "1"

[dev-dependencies.persian-rug]
version = "0.1"

[dev-dependencies.structopt]
version = "0.3"

[dev-dependencies.test-log]
version = "0.2"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.wiremock]
version = "0.5.22"