# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "esplugin" version = "6.1.1" authors = ["Oliver Hamlet "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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/Ortham/esplugin.git" [lib] name = "esplugin" path = "src/lib.rs" [[bench]] name = "parsing" path = "benches/parsing.rs" harness = false [dependencies.encoding_rs] version = "0.8.17" [dependencies.flate2] version = "1.0.34" optional = true [dependencies.memchr] version = "2.7.4" [dependencies.nom] version = "7.0.0" [dependencies.unicase] version = "2.7.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.tempfile] version = "3.13.0" [features] compressed-fields = ["flate2"] default = [] [badges.coveralls] repository = "Ortham/esplugin"