# 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 = "znap" version = "0.1.37" authors = ["Heavy Duty Builders "] description = "Performance-first Framework to build APIs compatible with the Solana Actions Spec." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/heavy-duty/znap" [dependencies.axum] version = "0.7.5" [dependencies.base64] version = "0.22.1" [dependencies.bincode] version = "1.3.3" [dependencies.colored] version = "2.1.0" [dependencies.handlebars] version = "5.1.2" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.solana-client] version = "2.0.1" [dependencies.solana-sdk] version = "2.0.1" [dependencies.tower-http] version = "0.5.2" features = [ "cors", "fs", ] [dependencies.znap-macros] version = "0.1.37"