libloadorder 11.1.0

A cross-platform library for manipulating the load order and active status of plugins for the Elder Scrolls and Fallout games.
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 = "libloadorder"
version = "11.1.0"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
exclude = ["target/*"]
description = "A cross-platform library for manipulating the load order and active status of plugins for the Elder Scrolls and Fallout games."
documentation = "https://docs.rs/libloadorder"
readme = "README.md"
categories = ["games", "parsing"]
license = "GPL-3.0"
repository = "https://github.com/WrinklyNinja/libloadorder.git"

[lib]
name = "loadorder"

[[bench]]
name = "load_order"
harness = false
[dependencies.encoding]
version = "0.2"

[dependencies.esplugin]
version = "1.0.8"

[dependencies.filetime]
version = "0.2"

[dependencies.rayon]
version = "1.0.0"

[dependencies.regex]
version = "0.2"

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

[dev-dependencies.tempdir]
version = "0.3"
[target."cfg(windows)".dependencies.app_dirs]
version = "1.1.1"
[badges.appveyor]
repository = "WrinklyNinja/libloadorder"

[badges.coveralls]
repository = "WrinklyNinja/libloadorder"

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