# 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 = "scroll-ring" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An MPSC overwriting ring buffer tuned for character data scrollback" documentation = "https://docs.rs/scroll-ring/" readme = "README.md" keywords = [ "ringbuffer", "scrollback", "mpsc", ] categories = ["no-std::no-alloc"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/chrysn/scroll-ring" resolver = "1" [lib] name = "scroll_ring" path = "src/lib.rs" [dependencies.portable-atomic] version = "1.7.0" features = ["require-cas"] default-features = false [dependencies.ringbuf] version = "0.3.2" default-features = false [dependencies.try-lock] version = "0.2.4"