# 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 = "vmcircbuffer" version = "0.0.10" authors = ["Bastian Bloessl "] description = "Double Mapped Circular Buffer" homepage = "https://www.futuresdr.org" readme = "README.md" keywords = [ "sdr", "dsp", "real-time", "async", ] categories = [ "asynchronous", "concurrency", "hardware-support", "science", ] license = "Apache-2.0" repository = "https://github.com/futuresdr/vmcircbuffer/" [[example]] name = "sdr" required-features = ["sync"] [[test]] name = "async" required-features = ["async"] [[test]] name = "sync" required-features = ["sync"] [[test]] name = "nonblocking" required-features = ["nonblocking"] [dependencies.futures] version = "0.3.21" optional = true [dependencies.once_cell] version = "1.12" [dependencies.slab] version = "0.4.6" [dependencies.thiserror] version = "1.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.smol] version = "1.2.5" [features] async = [ "futures", "generic", ] default = [ "async", "sync", "nonblocking", "generic", ] generic = [] nonblocking = ["generic"] sync = ["generic"] [target."cfg(unix)".dependencies.libc] version = "0.2.126" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "sysinfoapi", "winbase", "handleapi", "memoryapi", ]