atlas-vote-program 3.0.0

Atlas Vote program
Documentation
[[bench]]
name = "process_vote"
path = "benches/process_vote.rs"

[[bench]]
harness = false
name = "vote_instructions"
path = "benches/vote_instructions.rs"

[dependencies.agave-feature-set]
version = "=3.0.0"

[dependencies.atlas-account]
version = "3.0.0"

[dependencies.atlas-bincode]
version = "3.0.0"

[dependencies.atlas-clock]
version = "3.0.0"

[dependencies.atlas-epoch-schedule]
version = "3.0.0"

[dependencies.atlas-frozen-abi]
features = ["frozen-abi"]
optional = true
version = "3.0.0"

[dependencies.atlas-frozen-abi-macro]
features = ["frozen-abi"]
optional = true
version = "3.0.0"

[dependencies.atlas-hash]
version = "3.0.0"

[dependencies.atlas-instruction]
version = "3.0.0"

[dependencies.atlas-keypair]
version = "3.0.0"

[dependencies.atlas-metrics]
optional = true
version = "=3.0.0"

[dependencies.atlas-packet]
version = "3.0.0"

[dependencies.atlas-program-runtime]
version = "=3.0.0"

[dependencies.atlas-pubkey]
default-features = false
features = ["curve25519"]
version = "3.0.0"

[dependencies.atlas-rent]
version = "3.0.0"

[dependencies.atlas-sdk-ids]
version = "3.0.0"

[dependencies.atlas-signer]
version = "3.0.0"

[dependencies.atlas-slot-hashes]
version = "3.0.0"

[dependencies.atlas-transaction]
features = ["bincode"]
version = "3.0.0"

[dependencies.atlas-transaction-context]
features = ["bincode", "bincode"]
version = "=3.0.0"

[dependencies.atlas-vote-interface]
features = ["bincode"]
version = "3.0.0"

[dependencies.bincode]
version = "1.3.3"

[dependencies.log]
version = "0.4.27"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_derive]
version = "1.0.219"

[dependencies.thiserror]
version = "2.0.16"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.atlas-account]
version = "3.0.0"

[dev-dependencies.atlas-clock]
version = "3.0.0"

[dev-dependencies.atlas-fee-calculator]
version = "3.0.0"

[dev-dependencies.atlas-instruction]
version = "3.0.0"

[dev-dependencies.atlas-logger]
version = "3.0.0"

[dev-dependencies.atlas-program-runtime]
features = ["dev-context-only-utils"]
version = "=3.0.0"

[dev-dependencies.atlas-pubkey]
default-features = false
features = ["rand"]
version = "3.0.0"

[dev-dependencies.atlas-rent]
version = "3.0.0"

[dev-dependencies.atlas-sdk-ids]
version = "3.0.0"

[dev-dependencies.atlas-sha256-hasher]
version = "3.0.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.test-case]
version = "3.3.1"

[features]
default = ["metrics"]
frozen-abi = ["dep:atlas-frozen-abi", "dep:atlas-frozen-abi-macro", "atlas-program-runtime/frozen-abi", "atlas-vote-interface/frozen-abi"]
metrics = ["dep:atlas-metrics"]

[lib]
crate-type = ["lib"]
name = "atlas_vote_program"
path = "src/lib.rs"

[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]
check-cfg = ['cfg(target_os, values("atlas"))', 'cfg(feature, values("frozen-abi", "no-entrypoint"))']
level = "warn"
priority = 0

[package]
authors = ["Atlas Chain Foundation"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Atlas Vote program"
documentation = "https://docs.rs/atlas-vote-program"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "atlas-vote-program"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "3.0.0"

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