# 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_context" 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 functionality to turn raw logs output by Solana RPCs into structured logs for specified program IDs" 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_context" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" doctest = false [dependencies.bs58] version = "0.5.1" [dependencies.console_error_panic_hook] version = "0.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.210" features = [ "serde_derive", "derive", ] [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.serde_derive] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = ["console"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.wasm-bindgen-test] version = "0.3.45"