# 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 = "pyrand" version = "0.1.1" authors = ["Stefan Volz "] description = "Pure rust implementation of python's random module with compatible PRNG behaviour: seeding with equivalent values will yield identical PRNG output." readme = "README.md" keywords = [ "python", "random", "interop", ] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/SV-97/pyrand" [dependencies.num] version = "0.4.1" [dependencies.rand] version = "0.8.5" optional = true [dependencies.sha2] version = "0.10.8" [features] default = ["rand"]