incus-client 0.1.1

Auto-generated Rust client for the Incus container and VM manager REST 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 = "2021"
name = "incus-client"
version = "0.1.1"
authors = ["dev@leupolz.eu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generated Rust client for the Incus container and VM manager REST API"
homepage = "https://github.com/joleuger/incus-client-rs"
documentation = "https://docs.rs/incus-client"
readme = "README.md"
keywords = [
    "incus",
    "lxd",
    "containers",
    "vm",
    "api",
]
categories = [
    "api-bindings",
    "virtualization",
]
license = "Apache-2.0"
repository = "https://github.com/joleuger/incus-client-rs"

[features]
default = ["native-tls"]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls"]

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

[dependencies.chrono]
version = "^0.4"
features = ["serde"]

[dependencies.nix]
version = "^0.31"
features = [
    "fs",
    "user",
]

[dependencies.reqwest]
version = "^0.13"
features = [
    "json",
    "multipart",
    "query",
    "form",
]
default-features = false

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_repr]
version = "^0.1"

[dependencies.url]
version = "^2.5"