eric-sdk 0.3.0

Rust SDK for the ELSTER Rich Client (ERiC)
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "anyhow"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"

[[package]]
name = "eric-bindings"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524ec21f9d682586a56214327c2c86f9bb2d5a1d1e0e47bc596ef11285660a39"
dependencies = [
 "anyhow",
]

[[package]]
name = "eric-sdk"
version = "0.3.0"
dependencies = [
 "anyhow",
 "eric-bindings",
 "roxmltree",
]

[[package]]
name = "roxmltree"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"