# 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 = "swap-pool" version = "0.3.0" authors = ["Nikita Podvirnyi "] description = "Allow objects to be stored either in RAM or on disk" homepage = "https://github.com/krypt0nn/swap-pool" readme = "README.md" license = "MIT" repository = "https://github.com/krypt0nn/swap-pool" [dependencies.crc32fast] version = "1.3.2" optional = true [dependencies.dyn_size_of] version = "0.4.1" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.size-of] version = "0.1.5" optional = true [dependencies.thiserror] version = "1.0" optional = true [dependencies.xxhash-rust] version = "0.8.8" features = ["xxh3"] optional = true [features] crc32-uuid = ["dep:crc32fast"] default = ["timestamp-uuid"] dyn-size-of-crate = ["dep:dyn_size_of"] full = [ "thiserror", "random-uuid", "xxhash-uuid", "dyn-size-of-crate", ] random-uuid = ["dep:rand"] size-of-crate = ["dep:size-of"] thiserror = ["dep:thiserror"] timestamp-uuid = [] xxhash-uuid = ["dep:xxhash-rust"]