# 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" rust-version = "1.60.0" name = "rpgmad-lib" version = "1.0.1" authors = ["savannstm "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A decrypter implementation for rpgm-archive-decrypter. Not intended for use in other applications; but can be." documentation = "https://docs.rs/rpgmad-lib" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/savannstm/rpgm-archive-decrypter-lib" [lib] name = "rpgmad_lib" path = "src/lib.rs" [dependencies.rayon] version = "1.10.0" optional = true [features] rayon = ["dep:rayon"]