[dependencies.lowlevel-types]
version = "1.0.0"
[dependencies.num]
version = "0.4.3"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_bytes]
version = "0.11.19"
[features]
default = ["streaming"]
streaming = []
[lib]
name = "serde_binary_adv"
path = "src/lib.rs"
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations"]
description = "A library for Serde to enable the serialization and deserialization of Rust structures to and from raw binary"
edition = "2024"
include = ["/LICENSE-Apache.md", "/LICENSE-MIT.md", "/README.md", "/build.rs", "/examples/**", "/src/**"]
keywords = ["binary", "deserialization", "serde", "serialization"]
license = "MIT OR Apache-2.0"
name = "serde-binary-adv"
readme = "README.md"
repository = "https://github.com/JEleniel/serde_binary_adv"
version = "1.1.0"