bsa3-hash 1.0.1

The hash function used in BSA files for *The Elder Scrolls III: Morrowind*.
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]
edition = "2018"
name = "bsa3-hash"
version = "1.0.1"
authors = ["FaultyRAM <explodingpsu@gmail.com>"]
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"
[profile.release]
lto = true
codegen-units = 1

[[bench]]
name = "all"
harness = false
[dev-dependencies.criterion]
version = "0.2"
default-features = false