desert_core 0.1.5

Binary serialization library for Rust (core crate)
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 = "2021"
name = "desert_core"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary serialization library for Rust (core crate)"
homepage = "https://desert-rust.vigoo.dev"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/vigoo/desert-rust"

[features]
bigdecimal = ["dep:bigdecimal"]
bit-vec = ["dep:bit-vec"]
chrono = [
    "dep:chrono",
    "dep:chrono-tz",
]
default = [
    "bigdecimal",
    "chrono",
    "uuid",
    "nonempty-collections",
    "serde-json",
]
mac_address = ["dep:mac_address"]
nonempty-collections = ["dep:nonempty-collections"]
serde-json = ["dep:serde_json"]
url = ["dep:url"]
uuid = ["dep:uuid"]

[lib]
name = "desert_core"
path = "src/lib.rs"
harness = false

[dependencies.bigdecimal]
version = "0.4"
optional = true

[dependencies.bit-vec]
version = "0.6"
optional = true

[dependencies.bytes]
version = "1.10"

[dependencies.castaway]
version = "0.2"
features = ["std"]

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

[dependencies.chrono-tz]
version = "0.10"
optional = true

[dependencies.flate2]
version = "1.1"

[dependencies.hashbrown]
version = "0.16.0"

[dependencies.lazy_static]
version = "1.5"

[dependencies.mac_address]
version = "1.1"
optional = true

[dependencies.nonempty-collections]
version = "0.3.1"
optional = true

[dependencies.once_cell]
version = "1.21.3"

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

[dependencies.url]
version = "2.5"
optional = true

[dependencies.uuid]
version = "1.18"
optional = true

[dev-dependencies.chrono]
version = "0.4"
features = ["arbitrary"]

[dev-dependencies.chrono-tz]
version = "0.10"
features = ["arbitrary"]

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

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

[dev-dependencies.test-r]
version = "2.3.1"

[dev-dependencies.uuid]
version = "1.18"
features = ["arbitrary"]