# 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 = "getrandom-runtime-seeded" version = "1.0.0" authors = ["Luca Spinazzola"] description = "A collection of standardized messages, state structs, and helper functions a contract can use to implement contract migration." readme = "Readme.md" keywords = [ "cryptography", "random", ] categories = ["cryptography"] license-file = "LICENSE" repository = "https://github.com/luca992/getrandom-runtime-seeded" [dependencies.getrandom] version = "0.2" [dependencies.rand_chacha] version = "0.3.1" default-features = false