eric-sdk 0.4.0

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

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

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

[[package]]
name = "eric-sdk"
version = "0.4.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"