# 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 = "2018" name = "persistence" version = "0.0.6" authors = ["Erik Nordstrøm "] description = "A resizable, mutable array type implemented on top of mmap, providing persistence for arrays of data in memory." readme = "README.md" keywords = ["data-oriented-design"] license = "ISC" repository = "https://github.com/ctsrc/persistence" [dependencies.fs2] version = "0.4.3" [dependencies.memmap] version = "0.7.0" [dev-dependencies.memoffset] version = "0.9.0" [dev-dependencies.tempfile] version = "3.6.0"