# 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 = "unique_id" version = "0.1.5" authors = ["Simon Johnston "] publish = true description = "Traits and implementations for unique ID generators." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/johnstonskj/rust-unique_id.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[bench]] name = "compare" harness = false [dependencies.blob-uuid] version = "0.5.0" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.uuid] version = "1.1.2" features = ["v4"] optional = true [dev-dependencies.criterion] version = "0.3.6" [features] default = [ "random", "sequence", "string", ] random = ["uuid"] sequence = ["lazy_static"] string = ["blob-uuid"]