convergio-provisioning 0.1.9

Node provisioning — sync config, keys, binary to remote peers
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 = "convergio-provisioning"
version = "0.1.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node provisioning — sync config, keys, binary to remote peers"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Roberdan/convergio-provisioning"

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

[dependencies.axum]
version = "0.7"
features = [
    "ws",
    "multipart",
]

[dependencies.convergio-db]
version = "0.1.10"

[dependencies.convergio-types]
version = "0.1.6"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"