[package]
edition = "2021"
name = "snowflaked"
version = "1.0.3"
authors = ["MrGunflame <mrgunflame@protonmail.com>"]
description = "A crate for creating and working with snowflake ids"
documentation = "https://docs.rs/snowflaked"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/MrGunflame/snowflaked-rs"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[[bench]]
name = "generator"
[[bench]]
name = "sync"
required-features = ["sync"]
[features]
default = []
sync = []
[target."cfg(loom)".dependencies.loom]
version = "0.5"