# 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 = "rsff" version = "1.0.0" authors = ["NandeMD"] description = "Core library of an application designed to facilitate the work of teams translating content such as manga, manhwa, manhua, webtoons, etc." readme = "README.md" keywords = [ "scanlation", "file", "webtoon", "manga", "manhwa", ] categories = ["parsing"] license-file = "LICENSE" repository = "https://github.com/NandeMD/rsff" [[bench]] name = "balloon_benches" harness = false [[bench]] name = "document_benches" harness = false [dependencies.base64] version = "0.21.4" [dependencies.flate2] version = "1.0.28" [dependencies.image] version = "0.24.7" [dependencies.roxmltree] version = "0.18.1" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]