trezoa-vote-interface 3.2.2

Trezoa vote interface.
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.4.1"

[dependencies.bincode]
optional = true
version = "1.3.3"

[dependencies.cfg_eval]
optional = true
version = "0.1.2"

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

[dependencies.num-traits]
default-features = false
version = "0.2.18"

[dependencies.serde]
default-features = false
optional = true
version = "1.0.226"

[dependencies.serde_derive]
optional = true
version = "1.0.226"

[dependencies.serde_with]
default-features = false
features = ["macros"]
optional = true
version = "3.12.0"

[dependencies.trezoa-clock]
version = "3.2.2"

[dependencies.trezoa-frozen-abi]
features = ["frozen-abi"]
optional = true
version = "3.2.2"

[dependencies.trezoa-frozen-abi-macro]
features = ["frozen-abi"]
optional = true
version = "3.2.2"

[dependencies.trezoa-hash]
default-features = false
version = "3.2.2"

[dependencies.trezoa-instruction]
default-features = false
features = ["std"]
version = "3.2.2"

[dependencies.trezoa-instruction-error]
features = ["num-traits"]
version = "3.2.2"

[dependencies.trezoa-pubkey]
default-features = false
version = "3.2.2"

[dependencies.trezoa-rent]
default-features = false
version = "3.2.2"

[dependencies.trezoa-sdk-ids]
version = "3.2.2"

[dependencies.trezoa-serde-varint]
optional = true
version = "3.2.2"

[dependencies.trezoa-serialize-utils]
optional = true
version = "3.2.2"

[dependencies.trezoa-short-vec]
optional = true
version = "3.2.2"

[dependencies.trezoa-system-interface]
features = ["bincode"]
optional = true
version = "3.2.2"

[dev-dependencies.itertools]
version = "0.12.1"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.trezoa-epoch-schedule]
version = "3.2.2"

[dev-dependencies.trezoa-logger]
version = "3.2.2"

[dev-dependencies.trezoa-pubkey]
default-features = false
features = ["dev-context-only-utils"]
version = "3.2.2"

[features]
bincode = ["dep:bincode", "dep:trezoa-serialize-utils", "dep:trezoa-system-interface", "serde"]
dev-context-only-utils = ["bincode", "dep:arbitrary", "trezoa-pubkey/dev-context-only-utils"]
frozen-abi = ["dep:trezoa-frozen-abi", "dep:trezoa-frozen-abi-macro", "serde", "trezoa-hash/frozen-abi", "trezoa-pubkey/frozen-abi", "trezoa-short-vec/frozen-abi"]
serde = ["dep:cfg_eval", "dep:serde", "dep:serde_derive", "dep:serde_with", "dep:trezoa-serde-varint", "dep:trezoa-short-vec", "serde/alloc", "trezoa-hash/serde", "trezoa-pubkey/serde"]

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

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

[package]
authors = ["Trezoa-team <foundation@trezoa.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Trezoa vote interface."
documentation = "https://docs.rs/trezoa-vote-interface"
edition = "2021"
homepage = "https://trezoa.xyz/"
license = "Apache-2.0"
name = "trezoa-vote-interface"
readme = false
repository = "https://github.com/Trezoa-team/trezoa-vote-interface"
rust-version = "1.81.0"
version = "3.2.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu"]

[target.'cfg(target_os = "trezoa")'.dependencies.trezoa-serialize-utils]
version = "3.2.2"