mock-upcloud 0.1.3

A faithful fake of the UpCloud API 1.3 — the lies included — backed by real KVM guests
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 = "2021"
rust-version = "1.85"
name = "mock-upcloud"
version = "0.1.3"
authors = [
    "Rickard Ernst Björn Lundin <rickard@ignalina.dk>",
    "Vetra Automation AB",
    "Ignalina ApS",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A faithful fake of the UpCloud API 1.3 — the lies included — backed by real KVM guests"
readme = false
license = "AGPL-3.0-only"
repository = "https://gunnar.rs/repo/gunnar/monetize"

[features]
test-inject = []

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

[[bin]]
name = "mock-upcloud"
path = "src/bin/mock-upcloud.rs"

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

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "net",
    "io-util",
    "signal",
    "rt-multi-thread",
]

[dependencies.upcloud-api]
version = "0.1.3"
default-features = false

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
    "blocking",
]
default-features = false