[dependencies.json]
optional = true
version = "0.12"
[dependencies.reqwest]
features = ["blocking"]
optional = true
version = "0.11"
[dependencies.zip]
optional = true
version = "0.5"
[features]
default = ["downloader"]
downloader = ["reqwest", "zip", "json"]
[lib]
[package]
categories = ["encoding"]
description = "Cargo buildscript tools for Bebop, a schema-based binary serialization format."
edition = "2018"
homepage = "https://github.com/RainwayApp/bebop/wiki"
keywords = ["binary", "encode", "decode", "serialization", "schema"]
license = "Apache-2.0"
name = "bebop-tools"
readme = "../../README.md"
repository = "https://github.com/RainwayApp/bebop"
version = "2.3.0"