# 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 = "idx-rs" version = "0.10.0" authors = ["Ceikry "] description = "A fast and efficient library for working with IDX-formatted RuneScape caches." homepage = "https://github.com/ceikry/idx" keywords = ["idx", "runescape", "rs", "cache"] license = "GPL-3.0" repository = "https://github.com/ceikry/idx" [lib] name = "idx" [[bench]] name = "lib" harness = false [dependencies.bzip2] version = "0.4" [dependencies.crc32fast] version = "1.3.0" [dependencies.databuffer] version = "1" [dependencies.inflate] version = "0.4" [dependencies.tokio] version = "1" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8" [features] async = ["tokio"]