[package]
name = "mesmo"
version = "0.1.0-pre8"
edition = "2021"
description = "Rust bindings for Cardano Client Lib (CCL) via GraalVM native library"
license = "MIT"
repository = "https://github.com/bloxbean/mesmo"
homepage = "https://github.com/bloxbean/mesmo"
documentation = "https://docs.rs/mesmo"
readme = "README.md"
authors = ["bloxbean"]
keywords = ["cardano", "cardano-client", "cardano-client-lib", "blockchain"]
categories = ["api-bindings", "cryptography::cryptocurrencies"]
[lib]
name = "mesmo"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
ureq = { version = "2", features = ["json"], optional = true }
[features]
default = []
providers = ["dep:ureq"]
[dev-dependencies]
ureq = { version = "2", features = ["json"] }
[[example]]
name = "evaluator"
required-features = ["providers"]