floreum_parser 1.0.3

A no_std parser for Floreum messages.
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 = "floreum_parser"
version = "1.0.3"
authors = ["Tanika Mellifont-Young <tanika.young@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std parser for Floreum messages."
readme = "README.md"
keywords = [
    "floreum",
    "parser",
    "message",
    "network",
    "osdev",
]
categories = [
    "api-bindings",
    "parsing",
    "filesystem",
    "no-std::no-alloc",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tanika-mellifont/floreum_parser"

[features]
bind = []
default = []

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

[dependencies]