deduplicating_array 0.1.6

A serde serialization strategy that uses PartialEq to reduce serialized size.
Documentation
# This file is part of ICU4X. For terms of use, please see the file
# called LICENSE at the top level of the ICU4X source tree
# (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ).

[package]
name = "deduplicating_array"
description = "A serde serialization strategy that uses PartialEq to reduce serialized size."
version = "0.1.6"
license = "Unicode-3.0"

authors.workspace = true
edition.workspace = true
include.workspace = true
repository.workspace = true
rust-version.workspace = true

[package.metadata.workspaces]
independent = true

[dependencies]
serde = { workspace = true, features = ["alloc", "derive"] }

[dev-dependencies]
serde_json = { workspace = true }
postcard = { workspace = true, features = ["alloc"] }

[[example]]
name = "postcard"