[package]
name = "bin2src"
version = "0.0.58"
authors = ["Alexandre Gomiero de Oliveira <gomiero@gmail.com>"]
edition = "2018"
description = "Converts and embed a binary file as an array of bytes into a source file of other languages"
keywords = [ "binary", "source", "generator", "bytearray"]
homepage = "https://github.com/gomiero/bin2src"
readme = "README.md"
categories = ["command-line-utilities"]
repository = "https://github.com/gomiero/bin2src"
license = "MIT"
license-file = "LICENSE"
publish = true
exclude = ["examples/"]
[dependencies]