[dependencies]
[package]
authors = ["Alexandre Gomiero de Oliveira <gomiero@gmail.com>"]
categories = ["command-line-utilities"]
description = "Converts a binary file to an array of bytes, defined at a source of another language, so you can embed it into your program"
edition = "2018"
exclude = ["examples/"]
homepage = "https://github.com/gomiero/bin2src"
keywords = ["binary", "source", "generator", "bytearray"]
license-file = "LICENSE"
name = "bin2src"
publish = true
readme = "README.md"
repository = "https://github.com/gomiero/bin2src"
version = "0.0.57"