# 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 = "hexafreeze" version = "0.5.0" authors = ["Blocklisted "] description = "Asynchronous generation of snowflake IDs" readme = "README.md" keywords = [ "async", "web", "distributed", "snowflake", "unique", ] categories = [ "web-programming", "database", ] license = "MIT" repository = "https://github.com/blocklisted/hexafreeze" resolver = "2" [profile.release] debug = true [lib] bench = false [[bench]] name = "generate_a_lot" harness = false [dependencies.chrono] version = "0.4" [dependencies.once_cell] version = "1.17" [dependencies.spin_sleep] version = "1.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "sync", "rt", "time", ] [dependencies.tracing] version = "0.1" [dev-dependencies.criterion] version = "0.3" features = ["async_tokio"] [dev-dependencies.dashmap] version = "5.4" [dev-dependencies.num_cpus] version = "1.15" [dev-dependencies.test-log] version = "0.2" features = ["trace"] default-features = false [dev-dependencies.tokio] version = "1.24" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]