# 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.2" authors = ["Bogdan Arabadzhi "] include = ["**/*.rs", "Cargo.toml"] description = "Simple hex binary patcher library" homepage = "https://github.com/hiseni/binpatch" documentation = "https://docs.rs/binpatch" readme = "README.md" 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" [dependencies.rayon] version = "0.8.2" [features] default = [] [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "hiseni/binpatch"