# 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 = "dma-api" version = "0.2.0" authors = ["周睿 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Trait for DMA alloc and some collections" readme = "README.md" keywords = [ "os", "dma", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/ZR233/dma-api" [lib] name = "dma_api" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" required-features = ["alloc"] [dependencies] [features] alloc = []