protosol 8.2.0

Protobuf definitions for the SVM fuzzing project.
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 = "protosol"
version = "8.2.0"
authors = ["Firedancer Team"]
build = "build.rs"
links = "protosol"
exclude = [
    "shlr/",
    "opt/",
    ".github/",
    ".githooks/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protobuf definitions for the SVM fuzzing project."
readme = "README.md"
keywords = [
    "solana",
    "protobuf",
    "sealevel",
    "fuzzing",
]
categories = ["encoding"]
license = "Apache-2.0"
repository = "https://github.com/firedancer-io/protosol"

[features]
regenerate = ["prost-build"]
solana-types = [
    "solana-account",
    "solana-pubkey",
    "solana-epoch-schedule",
    "solana-inflation",
    "solana-message",
]

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

[dependencies.prost]
version = "0.11.9"

[dependencies.solana-account]
version = ">=4.0.0, <5.0.0"
optional = true

[dependencies.solana-epoch-schedule]
version = ">=3.0.0, <4.0.0"
optional = true

[dependencies.solana-inflation]
version = ">=3.0.0, <4.0.0"
optional = true

[dependencies.solana-message]
version = ">=4.0.0, <5.0.0"
optional = true

[dependencies.solana-pubkey]
version = ">=4.0.0, <5.0.0"
optional = true

[build-dependencies.prost-build]
version = "0.13.1"
optional = true