ctp-dyn 0.1.8

sfit ctp & ctp-mini & ctp-sopt rust native binding with dynlib libloading support, compatible with Linux and macOS
Documentation
[build-dependencies.Inflector]
version = "0.11.4"

[build-dependencies.bindgen]
version = "0.71.0"

[build-dependencies.clang]
features = ["clang_10_0"]
version = "2.0.0"

[build-dependencies.clang-sys]
features = ["clang_16_0", "runtime"]
version = "1.8.1"

[build-dependencies.encoding_rs]
version = "0.8.35"

[build-dependencies.regex]
version = "1.11.1"

[build-dependencies.roxmltree]
version = "0.20.0"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.futures]
version = "0.3.31"

[dependencies.libloading]
version = "0.8.7"

[dependencies.memchr]
version = "2.7.4"

[[example]]
name = "api-md"
path = "examples/api-md.rs"

[[example]]
name = "api-trader"
path = "examples/api-trader.rs"

[features]
ctp_v6_5_1 = []
ctp_v6_7_2 = []
ctp_v6_7_7 = []
ctp_v6_7_8 = []
ctp_v6_7_9 = []
default = ["v1alpha1", "ctp_v6_7_2"]
dynlib = []
mini_v1_6_9 = []
mini_v1_7_0 = []
openctp = []
sopt = []
sopt_v3_7_3 = ["sopt"]
v1alpha1 = []
v1alpha2 = []

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

[package]
authors = ["Pseudo <pseudocodes@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "finance"]
description = "sfit ctp & ctp-mini & ctp-sopt rust native binding with dynlib libloading support, compatible with Linux and macOS"
edition = "2021"
exclude = ["*.log", "*.tmp", "scripts/*", "*.con", "*.framework", "*.so"]
keywords = ["ctp", "ctp-rs", "ctp-binding", "quant", "trader"]
license = "Apache-2.0"
name = "ctp-dyn"
readme = "README.md"
repository = "https://github.com/pseudocodes/ctp2rs/tree/master/ctp-dyn"
version = "0.1.8"