sz-orm-sharding 1.2.0

Sharding: Hash/Range/Date/List/Composite with consistent hashing
Documentation
[package]
name = "sz-orm-sharding"
description = "Sharding: Hash/Range/Date/List/Composite with consistent hashing"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

[dev-dependencies]
# v0.2.1 修复 T-1:Property-Based Testing
proptest = { workspace = true }

[[test]]
name = "property"
path = "tests/property.rs"

[lints]
workspace = true