# 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 = "2021" name = "libmem-sys" version = "5.0.2" authors = ["rdbo"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Advanced Game Hacking Library (Windows/Linux/FreeBSD)" homepage = "https://github.com/rdbo/libmem" documentation = "https://github.com/rdbo/libmem/blob/master/docs/README.md" readme = "README.md" keywords = [ "gamehacking", "memory", "hooking", "assembler", "disassembler", ] categories = [ "os", "os::windows-apis", "os::linux-apis", "os::freebsd-apis", "os::unix-apis", ] license = "AGPL-3.0" repository = "https://github.com/rdbo/libmem" [lib] name = "libmem_sys" path = "src/lib.rs" [dependencies] [build-dependencies.flate2] version = "1" optional = true [build-dependencies.reqwest] version = "0.11" features = [ "blocking", "rustls-tls", ] optional = true default-features = false [build-dependencies.tar] version = "0.4" optional = true [features] default = ["fetch"] fetch = [ "static", "dep:reqwest", "dep:flate2", "dep:tar", ] static = []