xray-docker 0.1.1

A collection of Docker-specific utilites, required for xray-tui to work
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 = "xray-docker"
version = "0.1.1"
authors = ["h33333333"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of Docker-specific utilites, required for xray-tui to work"
documentation = "https://github.com/h33333333/xray"
readme = "README.md"
license-file = "COPYING"
repository = "https://github.com/h33333333/xray"
resolver = "2"

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

[dependencies.homedir]
version = "0.3.4"

[dependencies.http]
version = "1.3.1"

[dependencies.httparse]
version = "1.10.1"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.12"

[target."cfg(windows)".dependencies.interprocess]
version = "2.2.3"