[package]
edition = "2024"
name = "bes-canopy-api"
version = "0.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 = "Rust client for the Canopy public API, generated from its OpenAPI document"
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"