mt5-rs 0.1.1

A pure Rust library for MetaTrader 5 IPC communication (no Python dependency)
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.70"
name = "mt5-rs"
version = "0.1.1"
authors = ["yjkt <mpbgp@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust library for MetaTrader 5 IPC communication (no Python dependency)"
documentation = "https://github.com/yjkt/mt5-rs"
readme = "README.md"
keywords = [
    "metatrader",
    "mt5",
    "trading",
    "forex",
    "ipc",
]
categories = [
    "api-bindings",
    "finance",
]
license = "MIT"
repository = "https://github.com/yjkt/mt5-rs"

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

[dependencies.hex]
version = "0.4"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_System_Pipes",
    "Win32_Storage_FileSystem",
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_IO",
    "Win32_System_Threading",
    "Win32_System_Diagnostics_ToolHelp",
]