[dependencies.async-trait]
version = "0.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "deribit_base"
path = "src/lib.rs"
[package]
authors = ["Joaquin Bejar <jb@taunais.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance", "data-structures", "api-bindings"]
description = "Base library with common structs, traits, and logic for Deribit API clients"
edition = "2024"
homepage = "https://github.com/joaquinbejar/deribit-base"
keywords = ["finance", "deribit", "trading", "api"]
license = "MIT"
name = "deribit-base"
readme = "README.md"
repository = "https://github.com/joaquinbejar/deribit-base"
version = "0.1.0"