# 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 = "minne" version = "0.4.1" authors = [ "Markus Hovd ", "Julián D. Otálvaro", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast and thread-safe cache for Rust" readme = "README.md" license = "GPL-3.0" [lib] name = "minne" path = "src/lib.rs" [[example]] name = "disk" path = "examples/disk.rs" [[example]] name = "disk_large" path = "examples/disk_large.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bincode] version = "1.3.3" [dependencies.csv] version = "1.3.0" [dependencies.dashmap] version = "6.0.1" [dependencies.serde] version = "1.0.209" features = ["derive"]