# 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 = "uuidv6" version = "0.1.4" authors = ["Frank Denis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "UUIDv6 implementation" homepage = "https://github.com/jedisct1/rust-uuidv6" readme = "README.md" keywords = [ "uid", "uuid", "v6", "uuidv6", ] license = "MIT" repository = "https://github.com/jedisct1/rust-uuidv6" [lib] name = "uuidv6" path = "src/lib.rs" [target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies.getrandom] version = "0.2" features = ["js"] optional = false [target.'cfg(not(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown")))'.dependencies.getrandom] version = "0.2" optional = false