# 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] name = "rb" version = "0.4.1" authors = ["Andreas Linz "] description = "A thread-safe ring buffer with blocking IO" documentation = "https://docs.rs/rb" readme = "README.md" keywords = [ "IO", "audio", "ring-buffer", "circular-buffer", ] license = "MIT/Apache-2.0" repository = "https://github.com/klingtnet/rb" [dependencies] [dev-dependencies.rand_core] version = "0" [dev-dependencies.rand_xorshift] version = "0"