build_id 0.2.1

Obtain a UUID uniquely representing the build of the current binary.
Documentation
[badges.azure-devops]
pipeline = "tests"
project = "alecmocatta/build_id"

[badges.maintenance]
status = "passively-maintained"
[dependencies.byteorder]
version = "1.2"

[dependencies.once_cell]
version = "1.2"

[dependencies.twox-hash]
default-features = false
version = "1.1"

[dependencies.uuid]
version = "0.8"
[dev-dependencies.wasm-bindgen-test]
version = "0.2"

[package]
authors = ["Alec Mocatta <alec@mocatta.net>"]
build = "build.rs"
categories = ["development-tools", "rust-patterns"]
description = "Obtain a UUID uniquely representing the build of the current binary.\n"
documentation = "https://docs.rs/build_id/0.2.1"
edition = "2018"
homepage = "https://github.com/alecmocatta/build_id"
keywords = ["build", "buildid", "uuid"]
license = "MIT OR Apache-2.0"
links = "build_id"
name = "build_id"
readme = "README.md"
repository = "https://github.com/alecmocatta/build_id"
version = "0.2.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.palaver]
version = "0.2"