ender 0.5.2

An encoding library to work with any binary data format
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"
name = "ender"
version = "0.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An encoding library to work with any binary data format"
readme = "README.md"
keywords = [
    "no_std",
    "ecoding",
    "ender",
    "parsing",
    "binary",
]
categories = [
    "embedded",
    "encoding",
    "parsing",
    "no-std",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/bohdloss/ender"

[package.metadata.docs.rs]
features = [
    "debug",
    "alloc",
    "sync",
    "std",
    "serde",
    "derive",
    "unstable",
]
rustdoc-args = ["--generate-link-to-definition"]

[package.metadata.playground]
features = [
    "std",
    "derive",
]

[features]
all = [
    "alloc",
    "sync",
    "std",
    "derive",
    "serde",
]
alloc = [
    "embedded-io/alloc",
    "serde?/alloc",
]
debug = ["ender-derive/debug"]
default = ["std"]
derive = ["ender-derive"]
serde = ["dep:serde"]
std = [
    "alloc",
    "sync",
    "embedded-io/std",
    "serde?/std",
]
sync = []
unstable = ["ender-derive/unstable"]

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

[dependencies.array-init]
version = "2.1.0"

[dependencies.bytemuck]
version = "1.23.2"

[dependencies.embedded-io]
version = "0.6.1"
default-features = false

[dependencies.ender-derive]
version = "=0.5.2"
optional = true

[dependencies.parse-display]
version = "0.10.0"
default-features = false

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

[dev-dependencies.bitflags]
version = "2.4.2"

[dev-dependencies.semver]
version = "1.0.22"
features = ["serde"]

[dev-dependencies.serde]
version = "1.0.197"
features = ["derive"]

[dev-dependencies.uuid]
version = "1.8.0"
features = ["serde"]