mkt-types 0.2.0

Stable business data types for the mkt exchange client ecosystem.
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 = "2021"
rust-version = "1.86"
name = "mkt-types"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable business data types for the mkt exchange client ecosystem."
readme = "README.md"
keywords = [
    "crypto",
    "exchange",
    "trading",
    "types",
]
categories = ["finance"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tesserspace/mkt"

[features]
default = []
serde = [
    "dep:serde",
    "rust_decimal/serde",
    "time/serde",
]

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

[dependencies.derive_builder]
version = "=0.10.2"

[dependencies.rust_decimal]
version = "=1.42.0"
default-features = false

[dependencies.serde]
version = "=1.0.228"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "=1.0.149"

[dependencies.strum]
version = "=0.28.0"

[dependencies.strum_macros]
version = "=0.28.0"

[dependencies.time]
version = "=0.3.45"
features = [
    "std",
    "serde",
]
default-features = false