[package] name = "bvr-core" description = "The core components used for the bvr pager." authors = ["An Tran "] version = "0.0.4" edition = "2021" license = "MIT" readme = "README.md" [dependencies] thiserror = "1.0" memchr = "2.6" memmap2 = "0.9" lru = "0.12.0" regex = "1.10" arc-swap = "1.6" [dev-dependencies] anyhow = "1.0"