# 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 = "uuidv7" version = "0.1.5" authors = ["Frank Denis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "UUIDv7 implementation" homepage = "https://github.com/jedisct1/rust-uuidv7" readme = "README.md" keywords = [ "uid", "uuid", "v7", "uuidv7", ] license = "MIT" repository = "https://github.com/jedisct1/rust-uuidv7" [lib] name = "uuidv7" 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