[package]
name = "binpatch"
version = "0.1.0"
authors = ["Bogdan Arabadzhi <bogdan.today@gmail.com>"]
include = ["**/*.rs", "Cargo.toml"]
description = "Simple hex binary patcher library"
homepage = "https://github.com/hiseni/binpatch"
documentation = "https://docs.rs/binpatch"
keywords = ["binary", "patch", "hex", "patcher"]
categories = ["encoding", "filesystem", "text-processing"]
license = "MIT"
repository = "https://github.com/hiseni/binpatch"
[dependencies.clippy]
version = "0.0.168"
optional = true
[dependencies.data-encoding]
version = "2.0.0-rc.2"
[features]
default = []
[badges.maintenance]
status = "experimental"
[badges.travis-ci]
branch = "master"
repository = "https://github.com/hiseni/binpatch"