# 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 = "randomoracle" version = "4.0.3" authors = ["DiaData "] publish = true description = "A Rust package for implementing a random oracle by DiaData." license = "MIT OR Apache-2.0" [lib] name = "randomoracle" crate-type = [ "cdylib", "rlib", ] path = "lib.rs" [dependencies.ink] version = "4.0" default-features = false [dependencies.scale] version = "3" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.3" features = ["derive"] optional = true default-features = false [features] default = ["std"] ink-as-dependency = [] std = [ "ink/std", "scale/std", "scale-info/std", ]