rsql_driver_xml 0.19.3

rsql xml driver
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"
rust-version = "1.92.0"
name = "rsql_driver_xml"
version = "0.19.3"
authors = ["Brian Heineman <brian.heineman@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rsql xml driver"
readme = "README.md"
keywords = [
    "database",
    "mysql",
    "postgresql",
    "sql",
    "sqlite",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
    "database",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/theseus-rs/rsql"

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.file_type]
version = "0.8.11"

[dependencies.indexmap]
version = "2.13.0"

[dependencies.polars]
version = "0.53.0"
features = [
    "dtype-categorical",
    "json",
    "lazy",
]
default-features = false

[dependencies.polars-sql]
version = "0.53.0"

[dependencies.quick-xml]
version = "0.39.0"
features = ["serde"]

[dependencies.rsql_driver]
version = "0.19.3"

[dependencies.rsql_driver_polars]
version = "0.19.3"

[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[dependencies.tokio]
version = "1.49.0"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.indoc]
version = "2.0.7"

[dev-dependencies.rsql_driver_test_utils]
version = "0.19.3"

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
]

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
version = "1.49.0"
features = ["fs"]