hbs 0.2.0

Rust abstractions for hbs-sys
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cc"
version = "1.2.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203"
dependencies = [
 "find-msvc-tools",
 "shlex",
]

[[package]]
name = "cmake"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
dependencies = [
 "cc",
]

[[package]]
name = "find-msvc-tools"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff"

[[package]]
name = "hbs"
version = "0.2.0"
dependencies = [
 "hbs-sys",
 "libc",
]

[[package]]
name = "hbs-builder"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c73df9773f3241cd4d90546dddb4c9e36af14b4c2731ec7bb68978a77f6cdc"
dependencies = [
 "cmake",
 "pkg-config",
]

[[package]]
name = "hbs-common-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4725a2645e33daf07c2eeb95ec9d71f6a1a2a1d78b0596e290f0883d14deb6b6"
dependencies = [
 "libc",
]

[[package]]
name = "hbs-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01ff81faae4c302227cbc07f4d4c131b596df8dd4e0982ae6857b99e68d60c8"
dependencies = [
 "hbs-builder",
 "hbs-common-sys",
 "libc",
]

[[package]]
name = "libc"
version = "0.2.178"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"

[[package]]
name = "pkg-config"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"