eric-sdk 0.5.0

Rust SDK for the ELSTER Rich Client (ERiC)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

[dependencies.anyhow]
version = "1.0.86"

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

[dependencies.thiserror]
version = "2.0.18"

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

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