[package]
name = "ozon-cli"
version = "0.1.13"
edition = "2021"
authors = ["Bristin Borah <bristinozon@gmail.com>"]
description = "Ozon CLI helps to manage and register operators and AVSs with the Ozon protocol."
license = "Apache-2.0"
repository = "https://github.com/wildchain/ozon_contract"
homepage = "https://github.com/wildchain/ozon_contract"
readme = "README.md"
keywords = ["solana", "ozon", "cli", "restaking", "programs"]
categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anchor-client = "0.31.1"
anchor-lang = { version = "0.31.1", features = ["init-if-needed"] }
restaking-programs = "0.1.3"
dirs = "5"
open = "5.3.2"
tokio = { version = "1.35", features = ["full"] }
pyth-sdk-solana = "0.10"
reqwest = { version = "0.11", features = ["json"] }
sha2 = "0.10"
[[bin]]
name = "ozon-cli"
path = "src/main.rs"