yo-common 0.3.21

Ids, the generated error model, wyhash and the CRC family for yo.
Documentation
[package]
name = "yo-common"
description = "Ids, the generated error model, wyhash and the CRC family for yo."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
yo-alloc = { workspace = true }

[lints]
workspace = true

[dev-dependencies]
criterion = { workspace = true }

# A dependency of the library rather than of its tests, because `yo-shard`'s
# own loom job builds this crate under `--cfg loom` as a dependency, and a
# dependency does not get to see another crate's dev dependencies. Outside that
# cfg the dependency does not exist at all.
[target.'cfg(loom)'.dependencies]
loom = { workspace = true }

[[bench]]
name = "hash"
harness = false