drm-core 0.1.3

Core traits, models, and errors for dr-manhattan prediction market SDK
Documentation
[dependencies.async-trait]
version = "0.1"

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

[dependencies.futures]
version = "0.3"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "time", "sync"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "time", "sync", "test-util"]
version = "1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core traits, models, and errors for dr-manhattan prediction market SDK"
edition = "2021"
license = "MIT"
name = "drm-core"
readme = "README.md"
repository = "https://github.com/gtg7784/dr-manhattan-rust"
version = "0.1.3"