# 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 = "jelly-mem_access" version = "0.1.11" authors = ["Ryuz "] description = "Memory Mapped I/O access library" readme = "README.md" keywords = [ "mmio", "uio", "udmabuf", "u-dma-buf", ] license = "MIT" repository = "https://github.com/ryuz/jelly-mem_access" [dependencies.delegate] version = "0.9.0" [dependencies.libc] version = "0.2.109" optional = true [dependencies.nix] version = "0.26.0" optional = true [dependencies.thiserror] version = "1.0.30" optional = true [features] default = ["std"] std = [ "nix", "libc", "thiserror", ]