# 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 = "osrs-cache" version = "0.2.2" exclude = [".gitignore", "data/*"] description = "A cache library for the Oldschool Runescape JS5 file system." documentation = "https://docs.rs/osrs-cache" readme = "README.md" keywords = ["runescape", "osrs"] categories = ["development-tools", "filesystem"] license = "MIT" repository = "https://github.com/runecore/osrs-cache" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [lib] name = "osrscache" path = "src/lib.rs" [dependencies.crc] version = "2.1" [dependencies.nom] version = "7.0" [dependencies.num-bigint] version = "0.4" optional = true [dependencies.rune-fs] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.30" [dependencies.whirlpool] version = "0.10" optional = true [dev-dependencies.rune-fs] version = "0.1" [dev-dependencies.sha1] version = "0.6"