miniserde 0.1.46

Data structure serialization library with several opposite design goals from Serde.
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"
rust-version = "1.71"
name = "miniserde"
version = "0.1.46"
authors = ["David Tolnay <dtolnay@gmail.com>"]
build = "build.rs"
exclude = ["benches"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data structure serialization library with several opposite design goals from Serde."
documentation = "https://docs.rs/miniserde"
readme = "README.md"
keywords = [
    "serde",
    "serialization",
]
categories = [
    "encoding",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/miniserde"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
    "--generate-link-to-definition",
    "--generate-macro-expansion",
    "--extern-html-root-url=core=https://doc.rust-lang.org",
    "--extern-html-root-url=alloc=https://doc.rust-lang.org",
    "--extern-html-root-url=std=https://doc.rust-lang.org",
]

[features]
default = ["std"]
std = []

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

[[test]]
name = "compiletest"
path = "tests/compiletest.rs"

[[test]]
name = "regression"
path = "tests/regression.rs"

[[test]]
name = "test_derive"
path = "tests/test_derive.rs"

[[test]]
name = "test_impls"
path = "tests/test_impls.rs"

[[test]]
name = "test_number"
path = "tests/test_number.rs"

[[test]]
name = "test_value"
path = "tests/test_value.rs"

[dependencies.itoa]
version = "1.0"

[dependencies.mini-internal]
version = "=0.1.46"

[dependencies.zmij]
version = "1.0"

[dev-dependencies.automod]
version = "1.0"

[dev-dependencies.indoc]
version = "2.0"

[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.trybuild]
version = "1.0.108"
features = ["diff"]

[target."cfg(not(miri))".dev-dependencies.criterion]
version = "0.8"
default-features = false