# 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.4.1" authors = ["quambene "] build = "build.rs" 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 = []