rustbreak 1.4.0

A single file database
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 = "rustbreak"
version = "1.4.0"
authors = ["Marcel Müller <neikos@neikos.email>"]
description = "A single file database"
homepage = "https://github.com/TheNeikos/rustbreak"
documentation = "http://neikos.me/rustbreak/rustbreak/index.html"
readme = "README.md"
keywords = ["database", "simple", "fast", "daybreak", "rustbreak"]
license = "MPL-2.0"
repository = "https://github.com/TheNeikos/rustbreak"
[dependencies.ron]
version = "0.1.3"
optional = true

[dependencies.fs2]
version = "0.4"

[dependencies.serde]
version = "1"

[dependencies.quick-error]
version = "1.1.0"

[dependencies.bincode]
version = "0.8"
optional = true

[dependencies.serde_yaml]
version = "0.7"
optional = true
[dev-dependencies.tempfile]
version = "2.1"

[dev-dependencies.lazy_static]
version = "0.2.1"

[features]
default = ["bin"]
yaml = ["serde_yaml"]
bin = ["bincode"]
ron_enc = ["ron"]