boxcars 0.2.4

Rocket league replay parser
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 = "boxcars"
version = "0.2.4"
authors = ["Nick Babcock <nbabcock19@hotmail.com>"]
include = ["src/**/*.rs", "Cargo.toml", "build.rs"]
description = "Rocket league replay parser"
readme = "README.md"
keywords = ["rocket-league"]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/nickbabcock/boxcars"

[[bench]]
name = "boxcars"
harness = false
[dependencies.bitter]
version = "0.1"

[dependencies.byteorder]
version = "1"

[dependencies.encoding_rs]
version = "0.7"

[dependencies.failure]
version = "0.1.1"

[dependencies.fnv]
version = "1.0"

[dependencies.if_chain]
version = "0.1"

[dependencies.multimap]
version = "0.4"

[dependencies.phf]
version = "0.7"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.serde_json]
version = "1"
[build-dependencies.phf_codegen]
version = "0.7"