# 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.4.1" authors = ["Oliver Hamlet "] 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 = "2.0.0" [dependencies.filetime] version = "0.2" [dependencies.rayon] version = "1.0.0" [dependencies.regex] version = "1.0.0" [dependencies.unicase] version = "2.0.0" [dev-dependencies.criterion] version = "0.2.0" [dev-dependencies.tempfile] version = "3.0.0" [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"