# 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 = "libloadorder-ffi" version = "11.4.1" authors = ["Oliver Hamlet "] build = "build.rs" exclude = ["build/*", "include/*", "target/*"] description = "A wrapper library providing a C FFI for libloadorder." documentation = "https://docs.rs/libloadorder-ffi" readme = "../README.md" categories = ["games"] license = "GPL-3.0" repository = "https://github.com/WrinklyNinja/libloadorder.git" [lib] name = "loadorder_ffi" crate-type = ["staticlib"] [dependencies.libc] version = "0.2" [dependencies.libloadorder] version = "11.4.1" [build-dependencies.cbindgen] version = "0.6" optional = true [features] default = [] ffi-headers = ["cbindgen"]