bpx-api-types 0.17.1

Backpack Exchange API types
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 = "bpx-api-types"
version = "0.17.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backpack Exchange API types"
readme = false
keywords = [
    "backpack",
    "exchange",
]
license = "Apache-2.0"
repository = "https://github.com/backpack-exchange/bpx-api-client"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[package.metadata.release]
release = true

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

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

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

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dev-dependencies.rust_decimal_macros]
version = "1"

[dev-dependencies.serde_json]
version = "1"