# 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 = "chainparser" version = "0.3.0" description = "Parses Solana account data using provided IDL" readme = "README.md" license = "MIT" repository = "https://github.com/thlorenz/chainparser" [dependencies.arrayref] version = "0.3.7" [dependencies.borsh] version = "0.9.3" [dependencies.flate2] version = "1.0.28" [dependencies.heck] version = "0.5.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.117" [dependencies.solana-sdk] version = "1.18.4" [dependencies.solana_idl] version = "0.2.0" [dependencies.thiserror] version = "1.0.57" [dev-dependencies.base64] version = "0.22.0"