# 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 = "peekpoke" version = "0.3.0" authors = ["Eric Krenz"] build = "build.rs" description = """ peekpoke - a lightweight Rust library for accessing physical addresses using /dev/mem in Linux """ homepage = "https://github.com/erickrenz/peekpoke" documentation = "https://docs.rs/peekpoke/" readme = "README.md" keywords = [ "peekpoke", "devmem", "memory", "linux", "bindings", ] categories = [ "hardware-support", "memory-management", "development-tools", "embedded", "os::linux-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/erickrenz/peekpoke" [build-dependencies.bindgen] version = "0.64.0" [build-dependencies.cc] version = "1.0.79"