atlas-program-entrypoint 3.1.2

The Atlas BPF program entrypoint supported by the latest BPF loader.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "atlas-account-info"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0e82f8acc58edd6e1cb918efad287efbc6a5f4997066941893766af94080674"
dependencies = [
 "atlas-address",
 "atlas-program-error",
 "atlas-program-memory",
]

[[package]]
name = "atlas-address"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce0e4446cfe9817e32caa996aa7d35928c02cc3a662ce6dd38cbc8db5bf043ac"
dependencies = [
 "atlas-define-syscall",
 "atlas-program-error",
 "atlas-sanitize",
 "five8",
 "five8_const",
]

[[package]]
name = "atlas-define-syscall"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26c037358217e1f9863f420625b5f13f1d9fe4bddc62b219bc83ef417724f2e6"

[[package]]
name = "atlas-msg"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e2fe57396f831f588fec36fe8a457516935ca9c342a5f3e7604ab79431287d7"
dependencies = [
 "atlas-define-syscall",
]

[[package]]
name = "atlas-program-entrypoint"
version = "3.1.2"
dependencies = [
 "atlas-account-info",
 "atlas-define-syscall",
 "atlas-msg",
 "atlas-program-error",
 "atlas-pubkey",
]

[[package]]
name = "atlas-program-error"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9da1bee775edf44ad76b31789fd0d88c0129c1c138049d36242a77ce39fc1671"

[[package]]
name = "atlas-program-memory"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3a1b092fa9a21edb3af652423bbf2182c9ea189349305933ed48c76b3f716e9"
dependencies = [
 "atlas-define-syscall",
]

[[package]]
name = "atlas-pubkey"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e705c0b0f7303b3c03fc7cf22e9a3173aba830d120c5741541afd1f8a3f74a3a"
dependencies = [
 "atlas-address",
]

[[package]]
name = "atlas-sanitize"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eb46d6321f8ee79f9363cbc07f9d2ab10af195c587c6c7ec0ff57505c3f91cf"

[[package]]
name = "five8"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23f76610e969fa1784327ded240f1e28a3fd9520c9cec93b636fcf62dd37f772"
dependencies = [
 "five8_core",
]

[[package]]
name = "five8_const"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a0f1728185f277989ca573a402716ae0beaaea3f76a8ff87ef9dd8fb19436c5"
dependencies = [
 "five8_core",
]

[[package]]
name = "five8_core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "059c31d7d36c43fe39d89e55711858b4da8be7eb6dabac23c7289b1a19489406"