adminapi 0.1.0

The ServerAdmin API available in Rust
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"
name = "adminapi"
version = "0.1.0"
authors = ["InnoGames System Administration <it@innogames.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The ServerAdmin API available in Rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/innogames/adminapi-rs/"

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

[[example]]
name = "adminapi"
path = "examples/adminapi.rs"

[[example]]
name = "adminclone"
path = "examples/adminclone.rs"

[[example]]
name = "commit"
path = "examples/commit.rs"

[[example]]
name = "parse_args"
path = "examples/parse_args.rs"

[[example]]
name = "prepare_os_upgrade"
path = "examples/prepare_os_upgrade.rs"

[dependencies.hmac]
version = "0.12"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.signature]
version = "2.2"

[dependencies.ssh-agent-client-rs]
version = "1.1"

[dependencies.ssh-encoding]
version = "0.2"
features = ["base64"]

[dependencies.ssh-key]
version = "0.6"
features = [
    "serde",
    "ed25519",
    "dsa",
    "crypto",
    "rsa",
]

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.clap]
version = "4.5"

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

[dev-dependencies.tokio]
version = "1.38"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
    "fmt",
    "std",
]

[profile.release]
opt-level = "z"
lto = true
strip = true