sercli 0.6.0

Server client interactions
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 = "2024"
name = "sercli"
version = "0.6.0"
authors = ["Vladas Zakrevksis <146100@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server client interactions"
homepage = "https://github.com/VladasZ/sercli"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/VladasZ/sercli"

[lib]
name = "sercli"
crate-type = [
    "rlib",
    "staticlib",
]
path = "src/lib.rs"

[dependencies.Inflector]
version = "0.11"

[dependencies.anyhow]
version = "1.0"

[dependencies.argon2]
version = "0.5"

[dependencies.axum]
version = "0.8"
features = ["macros"]

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

[dependencies.derive_more]
version = "2.1"
features = [
    "deref",
    "deref_mut",
    "from",
]

[dependencies.fake]
version = "5.1"

[dependencies.home]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.netrun]
version = "0.35.0"

[dependencies.pasetors]
version = "0.7"

[dependencies.reflected]
version = "0.30"
features = [
    "random",
    "sqlx_bind",
]

[dependencies.rust_decimal]
version = "1.40"
features = ["serde"]

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sqlparser]
version = "0.61"

[dependencies.sqlx]
version = "0.8"
features = [
    "chrono",
    "postgres",
    "runtime-tokio-rustls",
    "rust_decimal",
]

[dependencies.strum]
version = "0.28"
features = [
    "derive",
    "strum_macros",
]

[dependencies.tokio]
version = "1.50"
features = [
    "macros",
    "rt-multi-thread",
    "tracing",
]