# 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-seal" 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.ceres-derive] version = "^0" [dependencies.ceres-executor] version = "^0" [dependencies.ceres-sandbox] version = "^0" [dependencies.ceres-std] version = "^0" [dependencies.log] version = "0.4.14" [dependencies.parity-scale-codec] version = "2" features = ["derive"] [features] default = [] std = ["ceres-std/std", "ceres-sandbox/std", "ceres-executor/std"]