# 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 = "memlib" version = "0.1.3" authors = ["Ryan McCrystal"] description = "An abstraction layer for interacting with memory" readme = "README.md" license = "MIT" repository = "https://github.com/rmccrystal/memlib-rs" [dependencies.auto_impl] version = "0.5.0" [dependencies.bitflags] version = "1.3.2" [dependencies.dataview] version = "1" [dependencies.env_logger] version = "0.9.0" optional = true [dependencies.log] version = "0.4.16" optional = true [features] kernel = [] render = [] test = [ "env_logger", "log", ]