[dependencies.thiserror]
version = "1"
[package]
authors = ["Sebastian Klose <mail@sklose.com>"]
description = "a virtual ring buffer implementation that magically wraps around itself"
edition = "2021"
keywords = ["networking", "allocation", "buffer", "ring-buffer"]
license = "MIT"
name = "magic-buffer"
readme = "README.md"
repository = "https://github.com/sklose/magic-buffer"
version = "0.1.0"
[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]
features = ["Win32_Foundation", "Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug", "Win32_System_Memory", "Win32_Security"]
version = "0.48"