[package] name = "vec_file" version = "0.1.1" authors = ["Aaron Flores "] edition = "2018" description = "A Vec-type collection that sits in a file vs in memory" repository="https://github.com/bilowik/vecfile" categories=["data-structures"] license-file = "LICENSE" readme = "README.md" exclude=["todo", ".vscode"] maintenance = {status = "deprecated", description = "Renamed to VecFile, try 'use vecfile' instead"} # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tempfile = "3.1.0" desse = "0.2.1"