# 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 = "sendable-swapvec" version = "0.4.3" authors = ["Julian Büttner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Vector swapping to disk after exceeding a given length" readme = "README.md" license = "MIT" repository = "https://github.com/julianbuettner/swapvec" [lib] name = "swapvec" crate-type = ["lib"] path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [[test]] name = "compression" path = "tests/compression.rs" [[test]] name = "custom_compression" path = "tests/custom_compression.rs" [[test]] name = "reset_iterator" path = "tests/reset_iterator.rs" [[test]] name = "write_read_back" path = "tests/write_read_back.rs" [dependencies.bincode] version = "1.3.3" [dependencies.lz4_flex] version = "0.10.0" [dependencies.miniz_oxide] version = "0.8.0" [dependencies.serde] version = "1.0.214" [dependencies.tempfile] version = "3.14.0"