# 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 = "rc4ok" version = "0.1.0" authors = ["Anjan Roy "] description = "Lightweight High-Performance Cryptographically Strong Random Number Generator" documentation = "https://github.com/itzmeanjan/rc4ok" readme = "README.md" keywords = [ "cryptography", "prng", "random-number-gen", "stream-cipher", "rc4", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/itzmeanjan/rc4ok.git" [lib] bench = false [[bin]] name = "rc4ok" path = "src/main.rs" [[bench]] name = "rc4ok" harness = false [dependencies] [dev-dependencies.criterion] version = "=0.5.1" [dev-dependencies.hex] version = "=0.4.3" [dev-dependencies.rand] version = "=0.8.5" [target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", target_arch = \"loongarch64\"))".dev-dependencies]