[package] name = "ib_client" version = "1.0.0" authors = ["spearsandshields"] edition = "2018" license = "Apache-2.0" description = "an async Interactive Broker Client Portal Web API generated by openapi generator with reqwest" readme = "README.md" homepage= "https://github.com/spearsandshields/ib_client" [dependencies] serde = "^1.0" serde_derive = "^1.0" serde_json = "^1.0" url = "1.5" [dependencies.reqwest] version = "^0.10" default-features = false features = ["json"] [dev-dependencies]