# 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-support" version = "0.2.0" authors = ["Patract ", "clearloop "] description = "ceres supports" readme = "./README.md" keywords = ["wasm", "substrate", "runtime"] license = "MIT" repository = "https://github.com/patractlabs/ceres" [dependencies.ceres-std] version = "^0" [dependencies.derivative] version = "2.2.0" features = ["use_core"] [dependencies.hex] version = "0.4.3" [dependencies.parity-scale-codec] version = "2" features = ["derive"] [dependencies.parity-wasm] version = "0.41.0" [dependencies.serde] version = "1.0.125" features = ["derive"] [features] default = ["std"] std = ["ceres-std/std"]