# 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" version = "5.0.1" authors = ["rdbo"] 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" [dependencies.bitflags] version = "2.5.0" [dependencies.libmem-sys] version = "5.0.1" default-features = false [features] default = ["fetch"] fetch = ["libmem-sys/fetch"] static = ["libmem-sys/static"]