[dependencies.atlas-instruction]
default-features = false
features = ["bincode", "std"]
optional = true
version = "3.0.0"
[dependencies.atlas-pubkey]
default-features = false
version = "3.0.0"
[dependencies.atlas-sdk-ids]
version = "3.0.0"
[dependencies.serde]
optional = true
version = "1.0.217"
[dependencies.serde_bytes]
optional = true
version = "0.11.15"
[dependencies.serde_derive]
optional = true
version = "1.0.217"
[features]
bincode = ["dep:atlas-instruction", "serde"]
serde = ["dep:serde", "dep:serde_bytes", "dep:serde_derive"]
[lib]
name = "atlas_loader_v2_interface"
path = "src/lib.rs"
[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 <dev@atlaschain.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Atlas non-upgradable BPF loader v2 instructions."
documentation = "https://docs.rs/atlas-loader-v2-interface"
edition = "2021"
homepage = "https://atlaschain.io/"
license = "MIT"
name = "atlas-loader-v2-interface"
readme = false
repository = "https://github.com/atlaschainorg/atlas-sdk"
version = "3.0.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu"]