# 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 = "bsa3-hash" version = "3.0.0" authors = ["FaultyRAM "] description = "The hash function used in BSA files for *The Elder Scrolls III: Morrowind*." readme = "README.md" keywords = ["BSA", "Morrowind", "hash"] categories = ["algorithms", "no-std"] license = "Apache-2.0 OR MIT" repository = "https://github.com/FaultyRAM/bsa3-hash" resolver = "2" [profile.release] lto = true codegen-units = 1 [[bench]] name = "all" harness = false [dev-dependencies.criterion] version = "^0.3.0"