binpatch 0.1.0

Simple hex binary patcher library
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"