serde_duper 0.4.3

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

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

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

[[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"

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

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

[dependencies.duper]
version = "^0.6"
features = [
    "ansi",
    "serde",
]

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

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

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_core]
version = "^1"

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

[dependencies.temporal_rs]
version = "^0.1"
optional = true

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

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

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