solana-version 3.1.13

Solana Version
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 = "solana-version"
version = "3.1.13"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Version"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-version"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/agave"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[features]
agave-unstable-api = []
dummy-for-ci-check = []
frozen-abi = [
    "dep:solana-frozen-abi",
    "dep:solana-frozen-abi-macro",
]

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

[dependencies.agave-feature-set]
version = "=3.1.13"
features = ["agave-unstable-api"]

[dependencies.rand]
version = "0.8.5"

[dependencies.semver]
version = "1.0.27"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.solana-frozen-abi]
version = "3.0.1"
features = ["frozen-abi"]
optional = true

[dependencies.solana-frozen-abi-macro]
version = "3.0.1"
features = ["frozen-abi"]
optional = true

[dependencies.solana-sanitize]
version = "3.0.1"

[dependencies.solana-serde-varint]
version = "3.0.0"

[dev-dependencies.bincode]
version = "1.3.3"

[lints.clippy]
arithmetic_side_effects = "deny"
default_trait_access = "deny"
manual_let_else = "deny"
used_underscore_binding = "deny"

[lints.rust]
warnings = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    'cfg(target_os, values("solana"))',
    'cfg(feature, values("frozen-abi", "no-entrypoint"))',
]