[package]
edition = "2021"
name = "desert_rust"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary serialization library for Rust"
homepage = "https://desert-rust.vigoo.dev"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/vigoo/desert-rust"
[features]
bigdecimal = ["desert_core/bigdecimal"]
bit-vec = ["desert_core/bit-vec"]
chrono = ["desert_core/chrono"]
default = []
mac_address = ["desert_core/mac_address"]
nonempty-collections = ["desert_core/nonempty-collections"]
serde-json = ["desert_core/serde-json"]
url = ["desert_core/url"]
uuid = ["desert_core/uuid"]
[lib]
name = "desert_rust"
path = "src/lib.rs"
[[test]]
name = "coproduct"
path = "tests/coproduct.rs"
harness = false
[[test]]
name = "derivation"
path = "tests/derivation.rs"
harness = false
[[test]]
name = "evolution"
path = "tests/evolution.rs"
harness = false
[[test]]
name = "golden"
path = "tests/golden.rs"
harness = false
[[test]]
name = "string_deduplication"
path = "tests/string_deduplication.rs"
harness = false
[dependencies.desert_core]
version = "0.1.5"
[dependencies.desert_macro]
version = "0.1.7"
[dev-dependencies.arbitrary]
version = "1.4.2"
features = ["derive"]
[dev-dependencies.assert2]
version = "0.3"
[dev-dependencies.bytes]
version = "1.10"
[dev-dependencies.lazy_static]
version = "1.5"
[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 = ["v4"]