rconsole 1.1.0

A WebSocket-based logging library for Rust - send structured logs to NConsole desktop app
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 = "2021"
name = "rconsole"
version = "1.1.0"
authors = ["NghiNV <nghinv990@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A WebSocket-based logging library for Rust - send structured logs to NConsole desktop app"
homepage = "https://github.com/nghinv-software/nconsole"
readme = "README.md"
keywords = [
    "logging",
    "websocket",
    "console",
    "debug",
    "nconsole",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/nghinv-software/nconsole"

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

[[example]]
name = "real_test"
path = "examples/real_test.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.os_info]
version = "3.0"

[dependencies.rustc_version]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tungstenite]
version = "0.29.0"

[dependencies.url]
version = "2.4"