orml-oracle 0.3.0

Oracle module that makes off-chain data available on-chain.
Documentation
[dependencies.codec]
default-features = false
package = "parity-scale-codec"
version = "1.3.0"

[dependencies.frame-support]
default-features = false
version = "2.0.0"

[dependencies.frame-system]
default-features = false
version = "2.0.0"

[dependencies.orml-traits]
default-features = false
version = "0.3.0"

[dependencies.orml-utilities]
default-features = false
version = "0.3.0"

[dependencies.serde]
optional = true
version = "1.0.111"

[dependencies.sp-application-crypto]
default-features = false
version = "2.0.0"

[dependencies.sp-io]
default-features = false
version = "2.0.0"

[dependencies.sp-runtime]
default-features = false
version = "2.0.0"

[dependencies.sp-std]
default-features = false
version = "2.0.0"

[features]
default = ["std"]
std = ["serde", "codec/std", "sp-application-crypto/std", "sp-io/std", "sp-runtime/std", "sp-std/std", "frame-support/std", "frame-system/std", "orml-traits/std", "orml-utilities/std"]

[package]
authors = ["Laminar Developers <hello@laminar.one>"]
description = "Oracle module that makes off-chain data available on-chain."
edition = "2018"
license = "Apache-2.0"
name = "orml-oracle"
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/oracle"
version = "0.3.0"