# 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 = "solana-msg-utils" version = "0.1.1" authors = ["Tulip Protocol"] description = "macros for efficient on-chain logging and better error handling / debugging" documentation = "https://docs.rs/solana-msg-utils" readme = "./README.md" keywords = ["solana"] license = "MIT/Apache-2.0" resolver = "2" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" incremental = false [profile.release.build-override] opt-level = 3 codegen-units = 1 incremental = false [dependencies.solana-program] version = ">=1.8" [dependencies.tulip-arrform] version = "0.1.1"