bot-core 0.1.0

Core types, events, commands, and traits for the trading bot
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.75"
name = "bot-core"
version = "0.1.0"
authors = ["Supurr"]
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, events, commands, and traits for the trading bot"
homepage = "https://supurr.app"
readme = false
license = "MIT"
repository = "https://github.com/Supurr-App/Supurr-Bot"

[features]
default = []
wasm = [
    "getrandom",
    "uuid/js",
    "chrono/wasmbind",
    "js-sys",
]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "std",
    "clock",
    "now",
]
default-features = false

[dependencies.getrandom]
version = "0.2"
features = ["js"]
optional = true

[dependencies.js-sys]
version = "0.3"
optional = true

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

[dependencies.schemars]
version = "0.8"
features = ["rust_decimal"]

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
version = "1.10"
features = [
    "v4",
    "serde",
]