# 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 = "libudis86-sys" version = "0.2.1" authors = ["Elliott Linder "] build = "build.rs" include = ["build.rs", "libudis86/*", "src/**/*", "Cargo.toml"] description = "Low-level bindings to libudis86, the x86 disassembler" homepage = "https://github.com/darfink/libudis86-sys" documentation = "https://docs.rs/libudis86-sys" keywords = ["x86", "x64", "disassembler", "udis86", "libudis86"] license = "MIT" repository = "https://github.com/darfink/libudis86-sys" [dependencies.libc] version = "0.2.58" [build-dependencies.cc] version = "1.0.0"