sozu-command-lib 2.0.1

configuration library to command a sozu instance
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"
rust-version = "1.88.0"
name = "sozu-command-lib"
version = "2.0.1"
authors = [
    "Geoffroy Couprie <geo.couprie@gmail.com>",
    "Eloi Demolis <eloi.demolis@clever-cloud.com>",
    "Emmanuel Bosquet <emmanuel.bosquet@clever-cloud.com>",
    "Florentin Dubois <florentin.dubois@clever-cloud.com>",
]
build = "build.rs"
include = [
    "./README.md",
    "Cargo.toml",
    "build.rs",
    "src/**/*",
    "assets/certificate.pem",
    "assets/key.pem",
    "assets/404.html",
    "assets/503.html",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "configuration library to command a sozu instance"
homepage = "https://sozu.io"
documentation = "https://docs.rs/sozu-command-lib"
readme = "README.md"
categories = ["network-programming"]
license = "LGPL-3.0"
repository = "https://github.com/sozu-proxy/sozu"
resolver = "2"

[features]
logs-debug = []
logs-trace = []
unstable = []

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

[dependencies.hex]
version = "^0.4.3"

[dependencies.libc]
version = "^0.2.186"

[dependencies.log]
version = "^0.4.30"

[dependencies.memchr]
version = "^2.8.1"

[dependencies.mio]
version = "^1.2.0"
features = [
    "os-poll",
    "net",
]

[dependencies.nix]
version = "^0.31.3"
features = [
    "socket",
    "uio",
]

[dependencies.nom]
version = "^7.1.3"

[dependencies.pool]
version = "^0.1.4"

[dependencies.poule]
version = "^0.3.2"

[dependencies.prettytable-rs]
version = "^0.10.0"
default-features = false

[dependencies.prost]
version = "^0.14.3"

[dependencies.rand]
version = "^0.10.1"

[dependencies.rusty_ulid]
version = "^2.0.0"

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

[dependencies.serde_json]
version = "^1.0.150"

[dependencies.sha2]
version = "^0.11.0"

[dependencies.thiserror]
version = "^2.0.18"

[dependencies.time]
version = "^0.3.47"

[dependencies.toml]
version = "^1.1.2"
features = ["preserve_order"]

[dependencies.x509-parser]
version = "^0.18.1"

[dev-dependencies.serial_test]
version = "^3.4.0"

[dev-dependencies.tempfile]
version = "^3.27.0"

[build-dependencies.prost-build]
version = "^0.14.3"