# 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 = "zvt_builder" version = "0.1.0" authors = ["Qwello GmbH "] description = """ A crate to interact with payment terminals (ECRs) that use the ZVT protokoll, including stand alone commandline tools to interact with the devices. This is an internal dependency for the ZVT crate. """ keywords = [ "zvt", "ecr", "payment", "payment-terminal", "feig", ] categories = [ "finance", "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/qwello/zvt/" [dependencies.chrono] version = "0.4.26" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.20" [dependencies.thiserror] version = "1.0.43" [dependencies.yore] version = "1.0.2" [dependencies.zvt_derive] version = "0.1.0"