serde-implicit 0.3.1

the serde(untagged) you wish you had
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"
name = "serde-implicit"
version = "0.3.1"
authors = ["Xavier Denis <git@xav.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "the serde(untagged) you wish you had"
homepage = "https://github.com/xldenis/serde-implicit"
readme = false
license = "MIT"
resolver = "2"

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

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

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

[dependencies.serde]
version = "~1.0.69"
features = ["derive"]

[dependencies.serde-implicit-proc]
version = "0.3"

[dev-dependencies.arbitrary-json]
version = "0.1"

[dev-dependencies.proptest]
version = "1.6.0"

[dev-dependencies.proptest-arbitrary-interop]
version = "0.1"

[dev-dependencies.proptest-derive]
version = "0.5.1"

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

[dev-dependencies.trybuild]
version = "1.0.114"