[dependencies.anyhow]
version = "1.0.86"
[dependencies.eric-bindings]
version = "0.2.0"
[dev-dependencies.roxmltree]
version = "0.20.0"
[features]
eric-bindings-no-build = ["eric-bindings/no-build"]
external-test = []
[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.1.0"
[package.metadata.docs.rs]
features = ["eric-bindings-no-build"]
[[test]]
name = "test_send"
path = "tests/test_send.rs"
[[test]]
name = "test_validate"
path = "tests/test_validate.rs"