[package] name = "xtb_api" version = "0.0.5" edition = "2021" description = "Rust wrapper for the XTB API" license = "MIT OR Apache-2.0" repository = "https://github.com/Gruaba/rust_xtb_api" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.137", features= ["derive"] } serde_json = "1.0.81" native-tls = "0.2.10"