protocrap 0.1.17

A small, efficient, and flexible protobuf implementation
Documentation
[dependencies.allocator-api2]
version = "0.2"

[dependencies.base64]
version = "0.22.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.serde]
optional = true
version = "1.0.228"

[dependencies.time]
features = ["formatting", "parsing", "macros"]
version = "0.3"

[features]
default = ["std", "serde_support"]
nightly = []
serde_support = ["serde"]
std = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations", "no-std"]
description = "A small, efficient, and flexible protobuf implementation"
documentation = "https://docs.rs/protocrap"
edition = "2024"
keywords = ["protobuf", "serialization", "encoding", "no-std", "arena"]
license = "MIT OR Apache-2.0"
name = "protocrap"
readme = "README.md"
repository = "https://github.com/priv-gerben/protocrap"
resolver = "2"
rust-version = "1.85"
version = "0.1.17"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"