[package] name = "zvt" edition = "2021" authors.workspace = true categories.workspace = true keywords.workspace = true license.workspace = true repository.workspace = true version.workspace = true description = """ A crate to interact with payment terminals (ECRs) that use the ZVT protokoll, including stand alone commandline tools to interact with the devices. """ [dependencies] anyhow = "1.0.70" chrono = "0.4.24" clap = { version = "4.2.4", features = ["derive"] } hex = "0.4.3" yore = "1.0.2" zvt_derive = { version = "0.1.0", path = "../zvt_derive" } zvt_builder = { version = "0.1.0", path = "../zvt_builder" } log = "0.4.19" env_logger = "0.10.0" tokio-stream = "0.1.14" tokio = { version = "1.29.1", features = ["net", "io-util"] } async-stream = "0.3.5" serde = { version = "1.0.185", features = ["derive"] } serde_json = "1.0.105" futures = "0.3.28" [dev-dependencies] tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros"] } [[example]] name = "feig_update" [[example]] name = "status"