# 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 = "rs2-cache" version = "0.3.0" exclude = [ ".gitignore", "data/*", ] description = "A cache library for RS2, based on OpenRS2." documentation = "https://docs.rs/rs2-cache" readme = "readme.md" keywords = [ "runescape", "osrs", "rs2", ] categories = [ "development-tools", "filesystem", ] license = "MIT" repository = "https://github.com/osrs-rs/rs2-cache" [lib] name = "rs2cache" crate-type = [ "lib", "cdylib", "staticlib", ] [dependencies.bzip2] version = "0.4" [dependencies.crc32fast] version = "1" [dependencies.flate2] version = "1.0" [dependencies.lzma-rs] version = "0.3" features = ["raw_decoder"] [dependencies.memmap2] version = "0.5" [dependencies.osrs-bytes] version = "0.3" [dependencies.thiserror] version = "1.0.34" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"