devconsole 1.0.0

DevConsole Library with client implementation
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 = "devconsole"
version = "1.0.0"
authors = ["syoch <syoch64@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DevConsole Library with client implementation"
readme = false
license = "MIT"

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

[dependencies.env_logger]
version = "0.11.8"

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

[dependencies.log]
version = "0.4.27"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]

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