deribit-base 0.3.0

Base library with common structs, traits, and logic for Deribit API clients
Documentation
# 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 = "2024"
name = "deribit-base"
version = "0.3.0"
authors = ["Joaquin Bejar <jb@taunais.com>"]
build = false
include = [
    "benches/**/*",
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "examples/**/*.rs",
    "tests/**/*.rs",
    "Makefile",
    "rust-toolchain.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Base library with common structs, traits, and logic for Deribit API clients"
homepage = "https://github.com/joaquinbejar/deribit-base"
readme = "README.md"
keywords = [
    "finance",
    "deribit",
    "trading",
    "api",
]
categories = [
    "finance",
    "data-structures",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/joaquinbejar/deribit-base"

[lib]
name = "deribit_base"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.pretty-simple-display]
version = "0.1"

[dependencies.rand]
version = "0.10"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]