greed 0.5.2

A rust tool to automate trades 📈
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"
name = "greed"
version = "0.5.2"
build = false
exclude = ["fixtures/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust tool to automate trades 📈"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ncipollo/greed"

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

[[bin]]
name = "greed"
path = "src/main.rs"

[dependencies.apca]
version = "0.30.0"

[dependencies.approx]
version = "0.5.1"

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

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

[dependencies.clap]
version = "4.5.47"
features = [
    "derive",
    "string",
]

[dependencies.clap_complete_command]
version = "0.6.1"

[dependencies.csv]
version = "1.3.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.20"

[dependencies.num-decimal]
version = "0.2.5"
features = [
    "num-v04",
    "serde",
]
default-features = false

[dependencies.once_cell]
version = "1.18.0"

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

[dependencies.serde_json]
version = "1.0.107"

[dependencies.simplelog]
version = "0.12.1"
features = ["local-offset"]

[dependencies.tokio]
version = "1.33.0"
features = ["full"]

[dependencies.toml]
version = "0.9.5"

[dependencies.uuid]
version = "1.5.0"