rialo-rex-processor-interface 0.4.1

Instructions and constructors for the program processing REX 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-rex-processor-interface"
version = "0.4.1"
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 REX updates from validators"
readme = "README.md"
license = "Apache-2.0"
resolver = "3"

[lib]
name = "rialo_rex_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.4.1"

[dependencies.rialo-cli-representation]
version = "^0.4.1"

[dependencies.rialo-events-core]
version = "^0.4.1"

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

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

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

[dependencies.rialo-types]
version = "^0.4.1"

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

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

[lints.clippy]
all = "warn"
debug_assert_with_mut_call = "warn"
empty_enums = "warn"
exit = "warn"
expl_impl_clone_on_copy = "warn"
fallible_impl_from = "warn"
filter_map_next = "warn"
float_cmp_const = "warn"
imprecise_flops = "warn"
invalid_upcast_comparisons = "warn"
large_digit_groups = "warn"
large_stack_arrays = "warn"
large_types_passed_by_value = "warn"
linkedlist = "warn"
lossy_float_literal = "warn"
macro_use_imports = "warn"
mutex_integer = "warn"
option_option = "warn"
path_buf_push_overwrite = "warn"
ptr_as_ptr = "warn"
rc_mutex = "warn"
ref_option_ref = "warn"
rest_pat_in_fully_bound_structs = "warn"
same_functions_in_if_condition = "warn"
string_add_assign = "warn"
trait_duplication_in_bounds = "warn"
zero_sized_map_values = "warn"

[lints.rust]
future_incompatible = "warn"
nonstandard_style = "warn"
rust_2018_idioms = "warn"
unsafe_code = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    'cfg(target_feature, values("static-syscalls"))',
    'cfg(target_os, values("solana"))',
    'cfg(feature, values("frozen-abi", "no-entrypoint", "custom-panic", "custom-heap"))',
    "cfg(msim)",
    "cfg(fail_points)",
    "cfg(rialo_simtest_seed_sweep)",
]