# 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 = "summon-api-sdk" version = "0.1.96" description = "Helper methods for building Summon Platform or other custom APIs" license = "MIT" repository = "https://github.com/ADAO-Summon/summon-api-sdk" resolver = "2" [profile.release] opt-level = "s" lto = true [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cardano-message-signing] version = "1.0.1" [dependencies.cardano-multiplatform-lib] version = "3.1.3" [dependencies.hex] version = "0.4.0" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.4" [dependencies.wasm-bindgen] version = "=0.2.83" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4.32"