# 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 = "2018" name = "ticket" version = "0.2.0" authors = ["Hanaasagi "] description = """ generate unique id which occupies 12 bytes. """ readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/Hanaasagi/ticket" [lib] name = "ticket" [[bench]] name = "benchmark" harness = false [dependencies.lazy_static] version = "1.4.0" [dependencies.machine-uid] version = "0.3.0" [dependencies.md5] version = "0.7" [dependencies.rand] version = "0.8.5" [dependencies.time] version = "0.3" [dev-dependencies.bencher] version = "0.1"