# 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" rust-version = "1.66" name = "refpack" version = "4.0.2" authors = ["actioninja"] include = [ "src/**", "benches/**/*.rs", "tests/**", "Cargo.toml", "README.md", "LICENSE.md", ] description = "A crate providing compression/decompression for the RefPack compression format, utilized by many early 2000s EA games" readme = "README.md" keywords = [ "refpack", "dbpf", "far", "ea", "qfs", ] categories = [ "compression", "game-development", ] license = "MPL-2.0" repository = "https://github.com/actioninja/refpack-rs" [profile.release] debug = 2 [[bench]] name = "synthetic_performance" harness = false [[bench]] name = "control" harness = false [dependencies.byteorder] version = "1.5" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.criterion-cycles-per-byte] version = "0.5" [dev-dependencies.paste] version = "1.0" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.test-strategy] version = "0.3" [dev-dependencies.ureq] version = "2.6" [dev-dependencies.zip] version = "0.6"