# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sb_macros" version = "0.1.15" description = "A Rust library for Switchboard macros." homepage = "https://switchboard.xyz" readme = "README.md" keywords = [ "switchboard", "oracle", "evm", "solidity", ] license = "MIT" repository = "https://github.com/switchboard-xyz/evm-sdk/tree/main/rust/switchboard-evm" [lib] proc-macro = true [dependencies.base64] version = "0.21.4" [dependencies.bytemuck] version = "1.13.1" [dependencies.chrono] version = "0.4.28" [dependencies.ethers] version = "2.0.7" features = ["legacy"] [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4.3" [dependencies.num_enum] version = "0.7.0" [dependencies.quote] version = "1.0" [dependencies.rand] version = "0.8.5" [dependencies.rust_decimal] version = "1.30.0" features = [ "maths", "serde", ] [dependencies.serde] version = "^1" [dependencies.serde_json] version = "^1" [dependencies.syn] version = "1.0" [dependencies.tokio] version = "^1"