# 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 = "magic-buffer" version = "0.1.1" authors = ["Sebastian Klose "] description = "a virtual ring buffer implementation that magically wraps around itself" readme = "README.md" keywords = [ "networking", "allocation", "buffer", "ring-buffer", ] license = "MIT" repository = "https://github.com/sklose/magic-buffer" [dependencies.thiserror] version = "1" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.mach2] version = "0.4" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.windows-sys] version = "0.48" features = [ "Win32_Foundation", "Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug", "Win32_System_Memory", "Win32_Security", ]