# 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 = "sologger_log_transformer" version = "0.2.1" authors = ["Will Kennedy"] build = false exclude = [ "/tests", "/examples", "/benches", "/docs", "/target", "/.github", "/.gitignore", "/.gitattributes", "/.gitmodules", "/.travis.yml", "/.cargo-ok", "/.git", "/.idea", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Provides utility to extract logs from various Solana API structs, such as blocks, transactions and responses." readme = "README.md" keywords = [ "solana", "logging", "json", "parsing", ] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/brytelands/sologger" [lib] name = "sologger_log_transformer" path = "src/lib.rs" doctest = false [dependencies.anyhow] version = "1.0.89" [dependencies.solana-rpc-client] version = "2.0.13" [dependencies.solana-rpc-client-api] version = "2.0.13" [dependencies.solana-sdk] version = "2.0.13" [dependencies.solana-transaction-status] version = "2.0.13" [dependencies.sologger_log_context] version = "0.2.1" [dev-dependencies.criterion] version = "0.5.1"