restaking-programs 0.1.2

Ozon Restaking Solana Program that is responsible for restaking user tokens to Ozon protocol. It also comes up with onchain instructions to manage and register operators and AVSs with the Ozon protocol.
Documentation
[dependencies.anchor-lang]
features = ["init-if-needed"]
version = "0.31.1"

[dependencies.anchor-spl]
version = "0.31.1"

[dependencies.proc-macro2]
version = "1.0.70"

[dependencies.zeroize]
version = "1.3.0"

[features]
anchor-debug = []
cpi = ["no-entrypoint"]
default = ["idl-build"]
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []

[lib]
crate-type = ["cdylib", "lib"]
name = "restaking_programs"
path = "src/lib.rs"

[package]
authors = ["Bristin Borah <bristinozon@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Ozon Restaking Solana Program that is responsible for restaking user tokens to Ozon protocol. It also comes up with onchain instructions to manage and register operators and AVSs with the Ozon protocol."
edition = "2021"
license = "Apache-2.0"
name = "restaking-programs"
readme = false
repository = "https://github.com/wildchain/ozon_contract"
version = "0.1.2"