[package] name = "sqa-bounded-spsc-queue" version = "0.2.1" authors = ["Zachary Tong "] license = "Apache-2.0" description = "A bounded SPSC queue (temporary version so I can publish sqa-engine)" repository = "https://github.com/polyfractal/bounded-spsc-queue" homepage = "https://github.com/polyfractal/bounded-spsc-queue" documentation = "https://polyfractal.github.io/bounded-spsc-queue/bounded_spsc_queue/" keywords = ["data-structures"] readme = "README.md" [lib] name = "bounded_spsc_queue" test = true doctest = false [features] # no features by default default = [] nightly = [] #benchmark = ["criterion", "time"] #[dependencies.time] #version = "0.1.34" #optional = true #[dependencies.criterion] #git = "https://github.com/japaric/criterion.rs.git" #optional = true