xscp 0.4.1

A minimal text-based communication protocol built in Rust
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 = "xscp"
version = "0.4.1"
authors = ["Ivan Amon <ivan.amon.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal text-based communication protocol built in Rust"
documentation = "https://docs.rs/xscp"
readme = "README_CRATE.md"
keywords = [
    "protocol",
    "networking",
    "parser",
    "no-deps",
]
categories = [
    "network-programming",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/ivan-amon/xscp"

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

[dependencies]