# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bebop-tools" version = "3.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo buildscript tools for Bebop, a schema-based binary serialization format." homepage = "https://docs.bebop.sh" readme = "README.md" keywords = [ "binary", "encode", "decode", "serialization", "schema", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/betwixt-labs/bebop" [lib] name = "bebop_tools" path = "src/lib.rs" [dependencies.json] version = "0.12.4" optional = true [dependencies.reqwest] version = "0.12.8" features = ["blocking"] optional = true [dependencies.which] version = "6.0.3" optional = true [dependencies.zip] version = "2.2.0" optional = true [features] default = [ "downloader", "format", ] downloader = [ "reqwest", "zip", "json", ] format = ["which"]