boxcars 0.4.0

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]
edition = "2018"
name = "boxcars"
version = "0.4.0"
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 = "bench_boxcars"
path = "benches/bench_boxcars.rs"
harness = false
[dependencies.bitter]
version = "0.3.1"

[dependencies.byteorder]
version = "1"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.fnv]
version = "1.0"

[dependencies.if_chain]
version = "1.0"

[dependencies.multimap]
version = "0.6"

[dependencies.phf]
version = "0.7"

[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.criterion]
version = "0.3"

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