# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "snowflaked" version = "1.0.3" authors = ["MrGunflame "] 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"