ibkr-flex-statement 0.3.6

Parser for InteractiveBrokers (IBKR) Flex-based query response XML broker statements.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ibkr-flex-statement"
version = "0.3.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for InteractiveBrokers (IBKR) Flex-based query response XML broker statements."
homepage = "https://github.com/tfiala/ibkr-flex-statement-rs"
readme = "README.md"
license = "MIT"

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

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.chrono]
version = "0.4.40"

[dependencies.chrono-tz]
version = "0.10.3"

[dependencies.roxmltree]
version = "0.20.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dev-dependencies.rstest]
version = "0.25.0"

[dev-dependencies.tracing-test]
version = "0.2.5"

[dev-dependencies.version-sync]
version = "0.9.5"