serde-shape 0.1.0

Inspectable graphs of Serde serialization and deserialization shapes.
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.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Inspectable graphs of Serde serialization and deserialization shapes."
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"]
jiff02 = ["dep:jiff02"]
std = []

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

[dependencies.jiff02]
version = "0.2"
optional = true
default-features = false
package = "jiff"

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

[lints.clippy]
dbg_macro = "deny"

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