# 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 = "oracletraits" version = "0.1.0" authors = ["DiaData "] publish = true description = "A Rust package for implementing a random oracle by DiaData." license = "MIT OR Apache-2.0" [lib] path = "lib.rs" [dependencies.ink] version = "4.0.1" 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 [dev-dependencies.ink_e2e] version = "4.0.1" [features] default = ["std"] e2e-tests = [] ink-as-dependency = [] std = [ "ink/std", "scale/std", "scale-info/std", ]