esplugin 2.0.0

A free software library for reading Elder Scrolls plugin (.esp/.esm/.esl) files.
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 = "esplugin"
version = "2.0.0"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
description = "A free software library for reading Elder Scrolls plugin (.esp/.esm/.esl) files."
documentation = "https://docs.rs/esplugin"
readme = "README.md"
categories = ["games", "parsing"]
license = "GPL-3.0"
repository = "https://github.com/WrinklyNinja/esplugin.git"

[[bench]]
name = "parsing"
harness = false
[dependencies.byteorder]
version = "1.2.0"

[dependencies.encoding]
version = "0.2.33"

[dependencies.flate2]
version = "1.0.1"
optional = true

[dependencies.memmap]
version = "0.6.2"

[dependencies.nom]
version = "4.0.0"

[dependencies.unicase]
version = "2.0.0"
[dev-dependencies.criterion]
version = "0.2.0"

[features]
compressed-fields = ["flate2"]
default = []
[badges.coveralls]
repository = "WrinklyNinja/esplugin"

[badges.travis-ci]
repository = "WrinklyNinja/esplugin"