hotfix-cli 0.2.1

CLI tool for the HotFIX engine
Documentation
[[bin]]
name = "hotfix"
path = "src/main.rs"

[dependencies.anyhow]
version = "^1.0.75"

[dependencies.clap]
features = ["derive", "env"]
version = "4.5"

[dependencies.owo-colors]
version = "4"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls", "json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "^1.0.177"

[dependencies.serde_json]
version = "1.0.143"

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

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1"

[dev-dependencies.wiremock]
version = "0.6"

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(doc_cfg)"]
level = "allow"
priority = 0

[package]
authors = ["David Steiner <david_j_steiner@yahoo.co.nz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance", "encoding", "parsing"]
description = "CLI tool for the HotFIX engine"
edition = "2024"
homepage = "https://github.com/Validus-Risk-Management/hotfix"
keywords = ["fix", "fix-protocol", "finance", "trading", "fx"]
license = "MIT"
name = "hotfix-cli"
readme = "README.md"
repository = "https://github.com/Validus-Risk-Management/hotfix"
resolver = "2"
version = "0.2.1"

[[test]]
name = "integration"
path = "tests/integration.rs"