serde-shape 0.0.1

Reflect Serde deserialization shapes at compile time.
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 = "2024"
rust-version = "1.85.0"
name = "serde-shape"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reflect Serde deserialization shapes at compile time."
homepage = "https://github.com/fast/serde-shape"
documentation = "https://docs.rs/serde-shape"
readme = "README.md"
keywords = [
    "serde",
    "derive",
    "reflection",
    "schema",
    "shape",
]
categories = [
    "development-tools",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/fast/serde-shape"

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

[features]
default = []
derive = ["dep:serde-shape-derive"]

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

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

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

[dependencies.serde-shape-derive]
version = "=0.0.1"
optional = true

[dev-dependencies.insta]
version = "1.48.0"

[lints.clippy]
dbg_macro = "deny"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.rust]
unknown_lints = "deny"
unsafe_code = "deny"
unused_must_use = "deny"