libctp-sys 0.1.4

Rust bindings to CTP API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "libctp-sys"
version = "0.1.4"
edition = "2021"
repository = "https://github.com/unknown-marketwizards/ctp-rs"
keywords = ["futures", "ctp"]
readme = "../README.md"
description = "Rust bindings to CTP API"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }