lfest 0.31.0

A leveraged perpetual futures exchange for simulated trading and backtesting
Documentation
[package]
name = "lfest"
version = "0.31.0"
authors = ["MathisWellmann <wellmannmathis@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
description = "A leveraged perpetual futures exchange for simulated trading and backtesting"
repository = "https://github.com/MathisWellmann/lfest-rs"
readme = "README.md"
keywords = ["exchange", "trading", "simulation", "backest", "leverage"]
categories = ["finance", "simulation"]
exclude = ["/img", "/data", "/.idea", "/vendor"]

[dependencies]
log = { version = "^0.4", features = ["release_max_level_info"] }
pretty_env_logger = "^0.4"
serde = { version = "^1", features = ["derive"] }
thiserror = "^1"
hashbrown = "^0.13"
derive_more = { version = "^0.99", features = ["add", "mul"] }
fpdec = "^0.5"

[dev-dependencies]
csv = "^1"
rand = "^0.8"
rand_distr = "^0.4"