eric-bindings 0.5.1

Rust bindings 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-bindings"
version = "0.5.1"
authors = ["quambene <contact.quambene@gmail.com>"]
build = "build.rs"
include = [
    "src/**",
    "bindings/**",
    "build.rs",
    "LICENSE",
    "CHANGELOG.md",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the ELSTER Rich Client (ERiC)"
homepage = "https://github.com/quambene/eric-rs"
documentation = "https://docs.rs/eric-bindings"
readme = "README.md"
keywords = [
    "eric",
    "bindings",
    "taxes",
    "accounting",
]
categories = ["external-ffi-bindings"]
license = "Apache-2.0"
repository = "https://github.com/quambene/eric-rs"

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

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

[dependencies.anyhow]
version = "1.0.86"

[build-dependencies.anyhow]
version = "1.0.86"

[build-dependencies.bindgen]
version = "0.69.4"
optional = true

[features]
default = []
docs-rs = []
generate-bindings = ["dep:bindgen"]
no-linking = []