serde_encom 0.4.1

Official EnCom library
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 = "serde_encom"
version = "0.4.1"
authors = ["Dmitry Rodionov <gh@rdmtr.com>"]
build = false
include = [
    "src",
    "LICENSE-*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official EnCom library"
documentation = "https://docs.rs/serde_encom/"
readme = "README.md"
keywords = [
    "encom",
    "serde",
    "serialization",
    "json",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RoDmitry/serde_encom"

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

[features]
alloc = ["serde/alloc"]
default = ["std"]
preserve_order = [
    "indexmap",
    "std",
]
std = [
    "serde/std",
    "atoi_simd/std",
]
unbounded_depth = []

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

[dependencies.atoi_simd]
version = "0.18"

[dependencies.debug_unsafe]
version = "0.1"

[dependencies.indexmap]
version = "2"
optional = true

[dependencies.itoa]
version = "1"

[dependencies.ryu]
version = "1"

[dependencies.serde]
version = "1"
default-features = false

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

[dev-dependencies.serde_bytes]
version = "0.11"