# 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 = "uuidv7" version = "0.1.4" authors = ["Frank Denis "] 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" [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