# 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" rust-version = "1.65" name = "virtual-buffer" version = "1.0.1" authors = ["marc0246 <40955683+marc0246@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cross-platform library for dealing with buffers backed by raw virtual memory" documentation = "https://docs.rs/virtual-buffer" readme = "README.md" keywords = [ "virtual", "memory", "lock-free", "concurrent", "vector", ] categories = [ "concurrency", "data-structures", "memory-management", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vulkano-rs/virtual-buffer" [lib] name = "virtual_buffer" path = "src/lib.rs" [[test]] name = "vec" path = "tests/vec.rs" [[test]] name = "vec-mut" path = "tests/vec-mut.rs" [features] default = ["std"] std = ["libc/std"] [target."cfg(unix)".dependencies.libc] version = "0.2" default-features = false [target."cfg(windows)".dependencies.windows-targets] version = "0.52"