# 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 = "sinteflake" version = "0.1.0" authors = ["Antoine Pultier "] include = [ "README.md", "LICENSE", "src/*.rs", "benches/*.rs", "Cargo.toml", "tests/*.rs", ] description = "A 64 bits ID generator inspired by Snowflake, but generating very distinct numbers" documentation = "https://docs.rs/sinteflake" readme = "README.md" keywords = [ "id", "generator", "snowflake", ] license = "Apache-2.0" repository = "https://github.com/SINTEF/sinteflake" [[bench]] name = "bench" harness = false [dependencies.bitvec] version = "1.0" [dependencies.once_cell] version = "1.19" [dependencies.siphasher] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.0" features = ["full"] optional = true [dev-dependencies.criterion] version = "0.5" [features] async = ["tokio"] default = []