# 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 = "snowgen" version = "0.1.0" authors = ["IronC "] description = "A Rust library for generating unique, time-based IDs using the Snowflake algorithm." homepage = "https://crates.io/crates/snowgen" documentation = "https://docs.rs/hxuchen/snowgen" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/hxuchen/snowgen" [[example]] name = "multi_thread_example" path = "examples/multi_thread_example.rs" [[example]] name = "single_thread_example" path = "examples/single_thread_example.rs" [[bench]] name = "snowflake_benchmarks" path = "benches/snowgen_benchmarks.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4.0"