[dependencies.async-trait]
optional = true
version = "0.1"
[dependencies.bitflags]
version = "2.4"
[dependencies.byteorder]
version = "1.3"
[dependencies.log]
version = "0.4"
[dependencies.thiserror]
version = "1.0"
[features]
async = ["dep:async-trait"]
default = []
sync = []
[lib]
name = "dist_tx"
path = "src/lib.rs"
[package]
authors = ["emabee <meinolf.block@sap.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust language bindings for XA Distributed Transactions"
edition = "2021"
keywords = ["distributed", "transactions", "asynchronous", "synchronous", "XA"]
license = "MIT OR Apache-2.0"
name = "dist_tx"
readme = "README.md"
repository = "https://github.com/emabee/rust-dist_tx"
version = "0.5.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]