# 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 = "landfill" version = "0.5.0" description = "Various types for dealing with on-disk data" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/krl/landfill" [dependencies.bytemuck] version = "1.13.1" [dependencies.bytemuck_derive] version = "1.4.1" [dependencies.digest] version = "0.10.7" [dependencies.memmap2] version = "0.7.1" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.seahash] version = "4.1.0" [dev-dependencies.blake3] version = "1.4.1" features = [ "digest", "traits-preview", ] [dev-dependencies.tempfile] version = "3.6.0"