[package]
name = "upcloud-api"
version = "0.1.1"
edition = "2021"
description = "The UpCloud API 1.3 surface the nordisk estates use, as ONE trait (`UpCloudApi`) with ONE wire implementation. Which cloud a run talks to (the account, or a mock-upcloud on loopback) is an `Endpoint` decided once at the edge, and a mock endpoint cannot be pointed off this machine. The fake that answers the trait in-process lives beside mock-upcloud's state machine."
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/nordisk/edda"
keywords = ["upcloud", "cloud", "api", "mock"]
categories = ["api-bindings", "development-tools::testing"]
exclude = ["/.nornir/"]
[dependencies]
ureq = { version = "3", default-features = false, features = ["rustls"] }
serde_json = "1"
[lints.rust]
unsafe_code = "forbid"