# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "build_id" version = "0.2.1" authors = ["Alec Mocatta "] build = "build.rs" links = "build_id" description = "Obtain a UUID uniquely representing the build of the current binary.\n" homepage = "https://github.com/alecmocatta/build_id" documentation = "https://docs.rs/build_id/0.2.1" readme = "README.md" keywords = ["build", "buildid", "uuid"] categories = ["development-tools", "rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/alecmocatta/build_id" [dependencies.byteorder] version = "1.2" [dependencies.once_cell] version = "1.2" [dependencies.twox-hash] version = "1.1" default-features = false [dependencies.uuid] version = "0.8" [dev-dependencies.wasm-bindgen-test] version = "0.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.palaver] version = "0.2" [badges.azure-devops] pipeline = "tests" project = "alecmocatta/build_id" [badges.maintenance] status = "passively-maintained"