# 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 = "metriq" version = "0.1.1" description = "Structured logging for solana smart contracts" readme = "README.md" keywords = [ "solana", "logging", "metrics", ] license = "MIT" repository = "https://github.com/shamwow/metriq/" resolver = "2" [[bench]] name = "benches" harness = false [dependencies.bs58] version = "^0.4.0" [dependencies.numtoa] version = "^0.2.4" [dependencies.solana-program] version = "^1.8" [dev-dependencies.criterion] version = "^0.3.5"