card-est-array 0.3.0

Infrastructure for managing large arrays of cardinality estimators.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"

[[package]]
name = "card-est-array"
version = "0.3.0"
dependencies = [
 "num-primitive",
 "num-traits",
 "sync-cell-slice",
 "xxhash-rust",
]

[[package]]
name = "num-primitive"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f221d4188aba1496f0462a210edfcb86376b04a410b07182f8f1d96e6d422339"

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
 "autocfg",
]

[[package]]
name = "sync-cell-slice"
version = "0.9.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cf9ace719a3856838781680d5d677c612e01a0bc0b7b1ded355057ca5015997"

[[package]]
name = "xxhash-rust"
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"