[package]
edition = "2021"
rust-version = "1.89"
name = "bezant-api"
version = "0.3.0"
authors = ["Isaac Rowntree <isaac@triptech.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generated Rust client for the IBKR Client Portal Web API"
homepage = "https://github.com/isaacrowntree/bezant"
documentation = "https://docs.rs/bezant-api"
readme = "README.md"
keywords = [
"ibkr",
"interactive-brokers",
"trading",
"finance",
"openapi",
]
categories = [
"api-bindings",
"finance",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/isaacrowntree/bezant"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
targets = ["x86_64-unknown-linux-gnu"]
[lib]
name = "bezant_api"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.bezant-spec]
version = "0.3.0"
[dependencies.chrono]
version = "0.4"
features = [
"serde",
"clock",
]
default-features = false
[dependencies.http]
version = "1"
[dependencies.oas3-gen-support]
version = "0.25"
[dependencies.reqwest]
version = "0.13"
features = [
"json",
"cookies",
"rustls",
"charset",
"http2",
"query",
"form",
"multipart",
]
default-features = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_with]
version = "3"
[dependencies.validator]
version = "0.20"
features = ["derive"]
[lints.clippy]
all = "allow"
[lints.rust]
unsafe_code = "forbid"