# 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 = "typed_ids" version = "0.2.0" authors = ["Felix Bracken "] exclude = ["/Makefile.toml", ".github/", "/.gitignore"] description = "Create unique identifiers for each type. This newtype approach helps to make illegal states unrepresentable by typing your unique ids." keywords = ["identifier", "id", "serial", "uuid", "typed"] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/RobbieMcKinstry/typed-ids" resolver = "2" [dependencies.flume] version = "0.10.9" [dependencies.tokio] version = "1.12.0" features = ["rt-multi-thread", "macros"] [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.static_assertions] version = "1.1.0"