# 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 = "uuid-readable-rs" version = "0.1.6" authors = ["Martichou "] description = "Easy to remember unique sentences acting as UUID" documentation = "https://docs.rs/uuid-readable-rs" readme = "README.md" keywords = [ "id", "uuid", "shortid", "uuid-v4", "unique", ] categories = [ "data-structures", "parser-implementations", ] license = "AGPL-3.0" repository = "https://github.com/Martichou/uuid-readable-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] bench = false [[bench]] name = "main_bench" harness = false [dependencies.anyhow] version = "1.0" [dependencies.uuid] version = "1.9" features = ["v4"] [dev-dependencies.criterion] version = "0.5"