# 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 = "2018" name = "unrpa_rs" version = "0.4.1" authors = ["L0g4n "] exclude = ["Cargo.lock", "samples/", "scripts/"] description = "A multithreaded CLI program and library to extract RenPy archives (RPAs)" homepage = "https://blog.l0g4n.me" readme = "README.md" keywords = ["extraction", "renpy", "archive"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://gitlab.com/L0g4n/unrpa_rs" [profile.release] opt-level = 3 lto = true panic = "abort" [[bench]] name = "test_io" harness = false [dependencies.clap] version = "3.0.13" features = ["derive"] [dependencies.encoding] version = "0.2.33" [dependencies.flate2] version = "1.0.22" [dependencies.memmap] version = "0.7.0" [dependencies.mktemp] version = "0.4.1" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde-pickle] version = "1.1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.2.25" [dev-dependencies.criterion] version = "0.3.5" features = ["html_reports"] [dev-dependencies.hex-literal] version = "0.3.3" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0.68" [dev-dependencies.sha2] version = "0.9.8" [features]