[package] name = "shm_ring" version = "0.2.3" edition = "2021" description = "A directional ring buffer for message passing between shared memory" authors = ["Thomas Johnson "] license = "MIT" repository = "https://github.com/tomjohns/shm_ring.git" [dependencies] libc = "^0.2.141" nix = "^0.26.2" [features] avx2 = []