# 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" 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. """ keywords = [ "zvt", "ecr", "payment", "payment-terminal", "feig", ] categories = [ "finance", "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/qwello/zvt/" [[example]] name = "feig_update" [[example]] name = "status" [dependencies.anyhow] version = "1.0.70" [dependencies.async-stream] version = "0.3.5" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.28" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.19" [dependencies.serde] version = "1.0.185" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tokio] version = "1.29.1" features = [ "net", "io-util", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.yore] version = "1.0.2" [dependencies.zvt_builder] version = "0.1.0" [dependencies.zvt_derive] version = "0.1.0" [dev-dependencies.tokio] version = "1.29.1" features = [ "rt-multi-thread", "macros", ]