# 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 = "simple-rijndael" version = "0.3.2" authors = ["PurePeace <940857703@qq.com>"] description = "Pure Rust, simple implementation of the rijndael-cbc algorithm for osu! score decryption or encryption." readme = "README.md" license = "MIT" repository = "https://github.com/pure-peace/simple-rijndael" resolver = "2" [profile.bench] opt-level = 3 lto = true codegen-units = 1 [profile.release] opt-level = 3 lto = true codegen-units = 1 [[bench]] name = "rijndael_bench" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [features] default = ["std"] std = []