rs-pkg 0.0.3

rust pkg for programming
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 = "rs-pkg"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rust pkg for programming"
readme = "README.md"
keywords = ["pkg"]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/CrazyThursdayV50/rs-pkg"

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

[dependencies.async-trait]
version = "0.1.88"

[dependencies.axum]
version = "0.8.4"
features = ["ws"]

[dependencies.bytes]
version = "1.10.1"

[dependencies.chrono]
version = "0.4.41"

[dependencies.duration-str]
version = "0.17.0"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.log]
version = "0.4.27"

[dependencies.oneshot]
version = "0.1.11"

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

[dependencies.tokio]
version = "1.46.0"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.27.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "json",
    "time",
    "tracing",
]