# 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 = "snowflake-rs-impl" version = "1.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of Twitter's Snowflake ID generation algorithm" readme = "README.md" license = "MIT" repository = "https://github.com/bytemaker-io/snowflake-rs" resolver = "1" [lib] name = "snowflake_rs_impl" path = "src/lib.rs" [[test]] name = "snowflake_test" path = "tests/snowflake_test.rs" [[bench]] name = "snowflake_benchmark" path = "benches/snowflake_benchmark.rs" harness = false [dependencies.criterion] version = "0.3" [dependencies.env_logger] version = "0.10.2" [dependencies.log] version = "0.4.22" [dependencies.parking_lot] version = "0.12.3" [dependencies.serde] version = "1.0.204" features = ["derive"]