# 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" name = "bvr-core" version = "0.0.4" authors = ["An Tran "] description = "The core components used for the bvr pager." readme = "README.md" license = "MIT" [dependencies.arc-swap] version = "1.6" [dependencies.lru] version = "0.12.0" [dependencies.memchr] version = "2.6" [dependencies.memmap2] version = "0.9" [dependencies.regex] version = "1.10" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0"