# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rustbreak" version = "2.0.0" authors = ["Marcel Müller "] description = "A modular and configurable database" homepage = "https://github.com/TheNeikos/rustbreak" documentation = "https://docs.rs/rustbreak" readme = "README.md" keywords = ["database", "simple", "fast", "rustbreak"] categories = ["database-implementations"] license = "MPL-2.0" repository = "https://github.com/TheNeikos/rustbreak" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0.32" optional = true [dependencies.base64] version = "0.12" optional = true [dependencies.bincode] version = "1" optional = true [dependencies.memmap] version = "0.7" optional = true [dependencies.ron] version = "0.6" optional = true [dependencies.serde] version = "1" [dependencies.serde_yaml] version = "0.8.5" optional = true [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0.20" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.serde_derive] version = "1" [features] bin_enc = ["bincode", "base64"] default = [] mmap = ["memmap"] other_errors = ["anyhow"] ron_enc = ["ron"] yaml_enc = ["serde_yaml"]