# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ceres-ri" version = "0.2.0" authors = ["Patract ", "clearloop "] description = "ceres runtime interfaces" readme = "./README.md" keywords = ["wasm", "substrate", "runtime"] license = "MIT" repository = "https://github.com/patractlabs/ceres" [dependencies.blake2-rfc] version = "0.2.18" [dependencies.ceres-executor] version = "^0" [dependencies.ceres-sandbox] version = "^0" [dependencies.ceres-seal] version = "^0" [dependencies.ceres-std] version = "^0" [dependencies.rand] version = "0.8.0" [dependencies.sha2] version = "0.9.3" [dependencies.tiny-keccak] version = "2.0.2" features = ["keccak"] [features] default = [] std = ["ceres-seal/std", "ceres-sandbox/std", "ceres-executor/std"]