rialo-oracle-processor-interface 0.2.0

Instructions and constructors for the program processing Oracle updates from validators
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 = "rialo-oracle-processor-interface"
version = "0.2.0"
authors = ["Subzero Labs"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Instructions and constructors for the program processing Oracle updates from validators"
readme = "README.md"
license = "Apache-2.0"
resolver = "3"

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

[dependencies.bincode]
version = "1.3.3"

[dependencies.borsh]
version = "1.5"

[dependencies.hex]
version = "0.4.3"

[dependencies.rialo-cli-representable]
version = "0.2.0"

[dependencies.rialo-cli-representation]
version = "0.2.0"

[dependencies.rialo-events-core]
version = "0.2.0"

[dependencies.rialo-s-instruction]
version = "0.2.0"
features = [
    "bincode",
    "std",
    "serde",
]
default-features = false

[dependencies.rialo-s-program]
version = "0.2.0"
default-features = false

[dependencies.rialo-s-pubkey]
version = "0.2.0"
default-features = false

[dependencies.rialo-types]
version = "0.2.0"

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "rc",
    "derive",
]

[dependencies.serde-big-array]
version = "0.5.1"