serde_duper 0.2.2

Serde support for Duper.
Documentation
[dependencies.bytes]
features = ["serde"]
optional = true
version = "1"

[dependencies.chrono]
features = ["serde"]
optional = true
version = "0.4"

[dependencies.duper]
features = ["serde"]
version = "0.2.2"

[dependencies.ipnet]
features = ["serde"]
optional = true
version = "2"

[dependencies.pest]
version = "2.8.3"

[dependencies.regex]
optional = true
version = "1"

[dependencies.rust_decimal]
features = ["serde-str"]
optional = true
version = "1"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_core]
version = "1"

[dependencies.serde_duper_macros]
optional = true
version = "0.1.1"

[dependencies.uuid]
features = ["serde"]
optional = true
version = "1"

[dev-dependencies.rust_decimal]
features = ["serde-str", "macros"]
version = "1"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.228"

[features]
bytes = ["dep:bytes"]
chrono = ["dep:chrono"]
decimal = ["dep:rust_decimal"]
default = []
ipnet = ["dep:ipnet"]
macros = ["dep:serde_duper_macros"]
regex = ["dep:regex"]
uuid = ["dep:uuid"]

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

[package]
authors = ["Eric Rodrigues Pires <eric@eric.dev.br>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations"]
description = "Serde support for Duper."
edition = "2024"
homepage = "https://duper.dev.br"
keywords = ["duper", "serde", "serialization"]
license = "MIT"
name = "serde_duper"
readme = "README.md"
repository = "https://github.com/EpicEric/duper"
rust-version = "1.88"
version = "0.2.2"

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

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

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

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

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