bes-canopy-api 1.0.0

Raw client bindings for the BES Canopy 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 = "bes-canopy-api"
version = "1.0.0"
authors = [
    "Félix Saparelli <felix@passcod.name>",
    "BES Developers <contact@bes.au>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw client bindings for the BES Canopy API"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/beyondessential/canopy"
resolver = "3"

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

[[test]]
name = "it"
path = "tests/it/main.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bon]
version = "3.9.3"

[dependencies.bytes]
version = "1.12.1"

[dependencies.flate2]
version = "1.0.34"

[dependencies.http]
version = "1.4.0"

[dependencies.jiff]
version = "0.2.24"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.uuid]
version = "1.23.1"
features = ["serde"]

[dev-dependencies.serde_json]
version = "1.0.150"

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt",
]