eric-sdk 0.4.0

Rust SDK for the ELSTER Rich Client (ERiC)
Documentation
[dependencies.anyhow]
version = "1.0.86"

[dependencies.eric-bindings]
version = "0.5.0"

[dev-dependencies.roxmltree]
version = "0.20.0"

[features]
default = []
docs-rs = ["eric-bindings/docs-rs"]
external-test = []
no-linking = ["eric-bindings/no-linking"]

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

[package]
authors = ["quambene <contact.quambene@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["finance"]
description = "Rust SDK for the ELSTER Rich Client (ERiC)"
documentation = "https://docs.rs/eric-sdk"
edition = "2021"
homepage = "https://github.com/quambene/eric-rs"
keywords = ["eric", "sdk", "taxes", "accounting"]
license = "Apache-2.0"
name = "eric-sdk"
readme = "README.md"
repository = "https://github.com/quambene/eric-rs"
version = "0.4.0"

[package.metadata.docs.rs]
features = ["docs-rs"]

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

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