microserde 0.2.0

Zero-dependency implementation of 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"
name = "microserde"
version = "0.2.0"
authors = [
    "David Tolnay <dtolnay@gmail.com>",
    "Alexis Sellier <self@cloudhead.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-dependency implementation of Serde"
documentation = "https://docs.rs/microserde"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cloudhead/microserde"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

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

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

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

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

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

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

[dependencies.microserde-derive]
version = "=0.2.0"

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