pallet-oracle-runtime-api 0.3.0

Runtime API for the oracle pallet.
Documentation
# 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 = "pallet-oracle-runtime-api"
version = "0.3.0"
authors = [
    "Acala Developers",
    "Parity Technologies <admin@parity.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime API for the oracle pallet."
homepage = "https://paritytech.github.io/polkadot-sdk/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/paritytech/polkadot-sdk.git"

[features]
default = ["std"]
std = [
    "codec/std",
    "scale-info/std",
    "sp-api/std",
    "sp-std/std",
]

[lib]
name = "pallet_oracle_runtime_api"
path = "src/lib.rs"

[dependencies.codec]
version = "3.7.5"
features = ["derive"]
default-features = false
package = "parity-scale-codec"

[dependencies.scale-info]
version = "2.11.6"
default-features = false

[dependencies.sp-api]
version = "41.0.0"
default-features = false

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