# 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 = "ebds" version = "0.4.2" authors = ["EBDS Rust Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Messages and related types for implementing the EBDS serial communication protocol" readme = "README.md" keywords = [ "no-std", "serial", "ebds", "bill-acceptor", "bill-validator", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/decapod-atm/ebds" [lib] name = "ebds" path = "src/lib.rs" [dependencies.arbitrary] version = "1" optional = true [dependencies.bitfield] version = "0.14" [dependencies.currency-iso4217] version = "0.1" features = ["serde"] [dependencies.log] version = "0.4" default-features = false [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.serialport] version = "4.2" default-features = false [features] amd = [] arbitrary = ["arbitrary/derive"] aud = [] cad = [] cny = [] default = [ "sc", "usd", ] e2e = [] gbp = [] jpy = [] mxn = [] s2k = [] sc = [] std = [ "currency-iso4217/serde-std", "serde/std", "serde_json/std", ] usd = []