# 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-sys" version = "0.2.1" authors = ["Martin Larralde "] build = "build.rs" include = ["Cargo.toml", "build.rs", "src/*.rs", "src/*.h", "flips/*.c", "flips/*.cpp", "flips/*.h", "flips/COPYING*"] description = "Raw FFI bindings to Flips, the Floating IPS patcher." readme = "README.md" keywords = ["ips", "bps", "ups", "patch", "rom"] categories = ["external-ffi-bindings", "no-std"] license = "GPL-3.0" repository = "https://github.com/althonos/flips.rs" [dependencies.crc32fast] version = "1.2.0" default-features = false [dependencies.libc] version = "0.2.68" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.quickcheck_macros] version = "0.9" [build-dependencies.cc] version = "1.0" [features] default = ["std"] std = ["crc32fast/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"