serde_sono 0.5.0

Sono data format de-/serialization implementations for serde
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_sono"
version = "0.5.0"
authors = ["Petr Novotnik <pnovotnik@googlemail.com>"]
build = false
exclude = [
    "Cargo.lock",
    ".gitignore",
    "tests/supervisor/**",
    "benches/**",
    "Justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sono data format de-/serialization implementations for serde"
readme = "README.md"
keywords = [
    "serialization",
    "serde",
]
license = "0BSD"
repository = "https://github.com/xitep/serde-sono.git"

[features]
default = ["value"]
lossless-serialize-value-leaking = [
    "value",
    "dep:hashbrown",
]
lossless-serialize-value-unsafe = ["value"]
value = [
    "dep:itoa",
    "dep:ryu",
]

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

[dependencies.hashbrown]
version = "0.15"
optional = true

[dependencies.itoa]
version = "1.0"
optional = true

[dependencies.ryu]
version = "1.0"
optional = true

[dependencies.serde]
version = "1"

[dependencies.smallvec]
version = "1.15"
features = [
    "const_generics",
    "const_new",
]

[dev-dependencies.criterion]
version = "0.6"

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

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