# 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 = "soda_sol" version = "0.1.1" authors = ["Juan Patricio Marchetto"] description = "Generates Solana Projects from an IDL" documentation = "https://docs.rs/soda_sol/latest/soda_sol/" license = "Apache-2.0" repository = "https://github.com/Web3-Builders-Alliance/soda" [dependencies.bincode] version = "1.3.3" [dependencies.handlebars] version = "4.3.6" features = ["script_helper"] [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "1.0.93" [dependencies.thiserror] version = "1.0.40" [dependencies.walkdir] version = "2.3.2"