savefile 0.2.12

Simple, convenient, fast, versioned, binary serialization/deserialization library.
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 = "savefile"
version = "0.2.12"
authors = ["Anders Musikka <anders@andersmusikka.se>"]
exclude = ["*.bin"]
description = "Simple, convenient, fast, versioned, binary serialization/deserialization library."
readme = "../README.md"
keywords = ["serialization", "deserialization"]
categories = ["encoding"]
license = "MIT/Apache-2.0"
[dependencies.arrayvec]
version = "0.4"

[dependencies.bit-vec]
version = "0.5"

[dependencies.byteorder]
version = "1.2"

[dependencies.failure]
version = "0.1"

[dependencies.indexmap]
version = "1.0"

[dependencies.parking_lot]
version = "0.5"

[dependencies.smallvec]
version = "0.6"
[dev-dependencies.savefile-derive]
version = "0.2.12"