# 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] edition = "2018" name = "flips" version = "0.2.1" authors = ["Martin Larralde "] description = "Rust bindings to Flips, the Floating IPS patcher." readme = "README.md" keywords = ["ips", "bps", "ups", "patch", "rom"] categories = ["api-bindings", "no-std", "emulators"] license = "GPL-3.0" repository = "https://github.com/althonos/flips.rs" [package.metadata.docs.rs] features = ["_doc"] [dependencies.err-derive] version = "0.2.3" optional = true [dependencies.flips-sys] version = "0.2.1" default-features = false [features] _doc = ["std"] default = ["std"] std = ["err-derive", "flips-sys/std"] [badges.codecov] repository = "althonos/flips.rs" service = "github" [badges.is-it-maintained-issue-resolution] repository = "althonos/flips.rs" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "althonos/flips.rs"