summon-api-sdk 0.1.96

Helper methods for building Summon Platform or other custom APIs
Documentation
[package]
name = "summon-api-sdk"
version = "0.1.96"
edition = "2021"
repository = "https://github.com/ADAO-Summon/summon-api-sdk"
description = "Helper methods for building Summon Platform or other custom APIs"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
cardano-message-signing = "1.0.1"
# cardano-message-signing = { path = "../message-signing/rust" }
cardano-multiplatform-lib = "3.1.3"
# cardano-multiplatform-lib = { path = "../cardano-multiplatform-lib/rust" }
serde = { version = "1.0", features = ["derive"] }
serde-wasm-bindgen = "0.4"
hex = "0.4.0"
wasm-bindgen = { version = "=0.2.83", features = ["serde-serialize"] }
reqwest = { version = "0.11.12", features = ["json"] }
wasm-bindgen-futures = "0.4.32"


[profile.release]
lto = true
opt-level = "s"