strede 0.1.1

Async, zero-alloc, pull-based deserialization for 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 = "strede"
version = "0.1.1"
authors = ["Daniel Bloom"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async, zero-alloc, pull-based deserialization for Rust"
homepage = "https://github.com/Daniel-Aaron-Bloom/strede"
readme = "README.md"
keywords = [
    "serde",
    "async",
    "deserialize",
    "streaming",
    "zero-alloc",
]
categories = [
    "encoding",
    "asynchronous",
    "no-std",
]
license = "MIT"
repository = "https://github.com/Daniel-Aaron-Bloom/strede"
resolver = "2"

[features]
alloc = ["strede-derive/alloc"]
default = ["std"]
rc = []
std = ["alloc"]

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

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

[dependencies.arrayvec]
version = "0.7.6"
default-features = false

[dependencies.pin-list]
version = "0.1.2"
default-features = false

[dependencies.pin-project]
version = "1.1.11"

[dependencies.strede-derive]
version = "=0.1.1"

[dev-dependencies]