[package] name = "switchboard-starknet-sdk" version = "0.0.6" edition = "2021" resolver = "2" description = "A Rust library to interact with Switchboard accounts on Starknet." readme = "README.md" keywords = ["switchboard", "oracle", "starknet"] homepage = "https://switchboard.xyz" repository = "https://github.com/switchboard-xyz/sbv3/tree/main/rust/switchboard-solana" include = ["/src"] license = "MIT" [dependencies] syn = "1.0" quote = "1.0" rust_decimal = "^1" bytemuck = "^1" superslice = "1" log = { version = "0.4", features = ["kv_unstable", "kv_unstable_std"] } kv-log-macro = "1.0" switchboard-common = { version = "0.11.1", features = [ "client", ]} base64 = "0.21.4" bincode = { version = "^1" } sgx-quote = { version = "0.1.0" } cron = { version = "0.12.0" } chrono = { version = "0.4.25" } futures = "0.3" hex = "0.4.3" tokio = "1" url = "2.4" serde = { version = "^1", features = ["derive"] } serde_json = { version = "^1" } thiserror = "1.0" sha2 = "0.10.6" dashmap = "5.5.3" sb-starknet-abigen-macros = "0.1.2" sb-starknet-abigen-parser = "0.1.2" starknet = "0.8.0" rand = "0.8.5" libc = "0.2" crypto-bigint = { version = "0.5.1", default-features = false } starknet-crypto = { version = "0.5.2" } [dev-dependencies] json_env_logger = "0.1" tokio = { version = "1", features = ["full"] } pretty_assertions = "1.4.0"