# 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 = "mmap-storage" version = "0.10.0" authors = ["Douman "] include = ["**/*.rs", "Cargo.toml", "README.md"] description = "Memory map backed storage" documentation = "https://docs.rs/mmap-storage" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/Douman/mmap-storage" [package.metadata.docs.rs] all-features = true [dependencies.bincode] version = "1" optional = true [dependencies.memmap] version = "0.7" [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.toml] version = "0" optional = true [features] json = ["serde_json"] serializer = ["serde"]