cargo-features = ["codegen-backend"]
[[bin]]
name = "rm_engine"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "^4.5.53"
[dependencies.color-eyre]
version = "^0.6.5"
[dependencies.config]
version = "^0.15.19"
[dependencies.derive-new]
version = "^0.7.0"
[dependencies.jiff]
version = "^0.2.16"
[dependencies.secrecy]
features = ["serde"]
version = "0.10.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.snapshot_fonts]
version = "0.1.0"
[dependencies.tokio]
features = ["full"]
version = "1.48.0"
[dependencies.tracing]
version = "0.1"
[dependencies.v_exchanges]
features = ["binance", "bybit", "kucoin", "mexc"]
version = "^0.16.2"
[dependencies.v_utils]
features = ["io", "macros", "trades", "cli", "xdg"]
version = "2.14.3"
[dependencies.xdg]
version = "^3.0.0"
[dev-dependencies.insta]
version = "1.44.3"
[lib]
name = "rm_engine"
path = "src/lib.rs"
[lints.clippy]
float_cmp = "allow"
len_zero = "allow"
tabs_in_doc_comments = "allow"
undocumented_unsafe_blocks = "warn"
[package]
authors = ["valeratrades"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "My engine for risk-management"
documentation = "https://docs.rs/rm_engine"
edition = "2024"
homepage = "https://github.com/valeratrades/rm_engine"
license = "MIT"
name = "rm_engine"
readme = "README.md"
repository = "https://github.com/valeratrades/rm_engine/tree/master/rm_engine"
version = "1.0.0"
[package.metadata.cargo-machete]
ignored = ["derive-new", "color-eyre", "serde", "tokio", "v_utils"]
[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
[[test]]
name = "integration"
path = "tests/integration/main.rs"