[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"
[dev-dependencies.serde_assert]
version = "0.8"
[lib]
name = "serde_combinators"
path = "src/lib.rs"
[lints.clippy]
cognitive-complexity = "allow"
collection-is-never-read = "allow"
manual-unwrap-or-default = "allow"
missing-errors-doc = "allow"
missing-panics-doc = "allow"
multiple-bound-locations = "allow"
option-if-let-else = "allow"
redundant-pub-crate = "allow"
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(dylint_lib, values(any()))", "cfg(fuzzing)", "cfg(serde_default)"]
level = "deny"
priority = 0
[package]
authors = ["Samuel E. Moelius III <sam@moeli.us>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Combinators for producing Serde serialize and deserialize functions"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "serde_combinators"
readme = false
repository = "https://github.com/trailofbits/test-fuzz"
version = "0.1.0"
[[test]]
name = "ref_mut_mutex"
path = "tests/ref_mut_mutex.rs"
[[test]]
name = "ref_rw_lock"
path = "tests/ref_rw_lock.rs"