[build-dependencies.anyhow]
version = "1.0.86"
[build-dependencies.bindgen]
optional = true
version = "0.69.4"
[dependencies.anyhow]
version = "1.0.86"
[features]
default = []
generate-bindings = ["dep:bindgen"]
no-linking = []
[lib]
name = "eric_bindings"
path = "src/lib.rs"
[package]
authors = ["quambene <contact.quambene@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Rust bindings for the ELSTER Rich Client (ERiC)"
documentation = "https://docs.rs/eric-bindings"
edition = "2021"
homepage = "https://github.com/quambene/eric-rs"
keywords = ["eric", "bindings", "taxes", "accounting"]
license = "Apache-2.0"
name = "eric-bindings"
readme = "README.md"
repository = "https://github.com/quambene/eric-rs"
version = "0.4.0"