mmap-storage 0.6.0

Memory map backed storage
Documentation
# 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]
name = "mmap-storage"
version = "0.6.0"
authors = ["Douman <douman@gmx.se>"]
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.memmap]
version = "0.6"

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.toml]
version = "0"
optional = true

[features]
ser_json = ["serde_json"]
ser_toml = ["toml"]
serialization = ["serde"]