soltrace 0.1.0

Structured, Borsh-serialized Anchor events as a drop-in replacement for msg! in Solana programs.
Documentation
# 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"
rust-version = "1.75"
name = "soltrace"
version = "0.1.0"
build = false
exclude = [
    "/.github",
    "/tests",
    "*.ts",
    "*.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured, Borsh-serialized Anchor events as a drop-in replacement for msg! in Solana programs."
documentation = "https://docs.rs/soltrace"
readme = false
keywords = [
    "solana",
    "anchor",
    "logging",
    "borsh",
    "compute",
]
categories = [
    "development-tools::debugging",
    "wasm",
]
license = "MIT"
repository = "https://github.com/GarvitDadheech/SolTrace"

[features]
devnet-only = []
no-entrypoint = []

[lib]
name = "soltrace"
path = "src/lib.rs"

[dependencies.anchor-lang]
version = "0.30.1"

[dev-dependencies.borsh]
version = "0.10"