ircv3_parse 4.0.0

Zero-copy parser for IRCv3 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 = "2021"
rust-version = "1.78"
name = "ircv3_parse"
version = "4.0.0"
authors = ["m3id"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-copy parser for IRCv3 messages"
documentation = "https://docs.rs/ircv3_parse"
readme = "README.md"
keywords = [
    "chat",
    "irc",
    "ircv3",
    "parser",
    "twitch",
]
categories = [
    "network-programming",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/m3idnotfree/ircv3_parse"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["std"]
derive = ["ircv3_parse_derive"]
serde = [
    "dep:serde",
    "serde?/alloc",
]
std = [
    "bytes/std",
    "serde?/std",
    "thiserror/std",
]

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

[[test]]
name = "derive"
path = "tests/derive_tests.rs"
required-features = ["derive"]

[[test]]
name = "parse"
path = "tests/parse.rs"

[[test]]
name = "serde"
path = "tests/serde.rs"
required-features = ["serde"]

[dependencies.bytes]
version = "1.11.1"
default-features = false

[dependencies.ircv3_parse_derive]
version = "=4.0.0"
optional = true

[dependencies.memchr]
version = "2.8.0"
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dev-dependencies.proptest]
version = "1.10.0"

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.trybuild]
version = "1.0.116"

[profile.release]
debug-assertions = false