# 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.60" name = "solalumin-attribute-event" version = "0.1.0-alpha.1" authors = ["Will Kennedy"] exclude = [ "/tests", "/examples", "/benches", "/docs", "/target", "/.github", "/.gitignore", "/.gitattributes", "/.gitmodules", "/.travis.yml", "/.cargo-ok", "/.git", "/.idea", ] description = "Solalumin attribute macro for defining an event" keywords = [ "solana", "logging", "json", "parsing", ] categories = ["Development tools"] license = "Apache-2.0" resolver = "2" [lib] proc-macro = true [dependencies.anyhow] version = "1.0.75" [dependencies.base64] version = "0.13.0" [dependencies.borsh] version = ">= 0.9.3, <= 0.10.3" [dependencies.borsh-derive] version = ">= 0.9.3, <= 0.10.3" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.33" [dependencies.solalumin-state] version = "0.1.0-alpha.1" [dependencies.syn] version = "1.0.109" features = ["full"] [dependencies.version] version = "3.0.0"