ensof 0.1.4

Unofficial Rust client for the Enso Finance API (ensof)
Documentation
[package]
name = "ensof"
version = "0.1.4"
edition = "2021"
description = "Unofficial Rust client for the Enso Finance API (ensof)"
license = "MIT"
repository = "https://github.com/yldfi/yldfi-rs/tree/main/crates/ensof"
keywords = ["enso", "defi", "aggregator", "routing", "bundle"]
categories = ["api-bindings", "web-programming"]
readme = "README.md"

[dependencies]
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
yldfi-common = { version = "0.1", path = "../yldfi-common" }

[dev-dependencies]
tokio-test = "0.4"