build-info-build 0.0.19

Provides the data consumed by the build-info crate. Use as a build-dependency.
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.12"

[dependencies.bincode]
version = "1"

[dependencies.build-info-common]
features = ["enable-serde"]
version = "=0.0.19"

[dependencies.cargo_metadata]
version = "0.10"

[dependencies.git2]
default-features = false
optional = true
version = "0.13"

[dependencies.glob]
version = "0.3"

[dependencies.lazy_static]
version = "1"

[dependencies.pretty_assertions]
version = "0.6"

[dependencies.rustc_version]
version = "0.2"

[dependencies.serde_json]
version = "1"

[dependencies.xz2]
version = "0.1"

[features]
default = ["git"]
dependencies = []
git = ["git2"]

[package]
authors = ["Daniel Schemmel <daniel@schemmel.net>"]
description = "Provides the data consumed by the build-info crate. Use as a build-dependency."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "build-info-build"
publish = ["crates-io"]
readme = "../README.md"
repository = "https://github.com/danielschemmel/build-info/"
version = "0.0.19"