# 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 = "build_uuid" version = "0.3.0" authors = [ "Kaspar Schleiser ", "Alec Mocatta ", ] build = "build.rs" links = "build_uuid" description = """ Obtain a UUID uniquely representing the build of the current binary. """ homepage = "https://github.com/kaspar030/build_uuid" documentation = "https://docs.rs/build_uuid/0.3.0" readme = "README.md" keywords = [ "build", "buildid", "uuid", ] categories = [ "development-tools", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kaspar030/build_uuid" [dependencies.byteorder] version = "1.4.3" [dependencies.once_cell] version = "1.15.0" [dependencies.twox-hash] version = "1.6.3" default-features = false [dependencies.uuid] version = "1.2.1" [dev-dependencies.wasm-bindgen-test] version = "0.3.33" [badges.maintenance] status = "actively-maintained"