# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "qnicorn" version = "1.0.0" authors = ["Ziqiao Kong", "Lukas Seidel"] build = "build.rs" links = "qnicorn" include = ["/.gitmodules", "/COPYING", "/Cargo.toml", "/README.md", "/src/*", "build.rs"] description = "Rust bindings for the Qnicorn emulator with utility functions" documentation = "https://github.com/qilingframework/qnicorn/wiki" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/qilingframework/qnicorn/" [dependencies.bitflags] version = "1.3" [dependencies.libc] version = "0.2" [build-dependencies.build-helper] version = "0.1" [build-dependencies.bytes] version = "1.1.0" [build-dependencies.flate2] version = "1.0.22" [build-dependencies.reqwest] version = "0.11" features = ["blocking"] [build-dependencies.tar] version = "0.4.37"