# 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 = "jcm" version = "0.2.3" authors = ["JCM Rust Developers"] description = "Pure Rust implementation of the JCM USB communication protocol" readme = "README.md" keywords = [ "usb", "jcm", "bill-acceptor", "bill-validator", ] categories = [ "finance", "data-structures", ] license = "MIT" repository = "https://github.com/decapod-atm/jcm" [dependencies.crossbeam] version = "0.8" optional = true [dependencies.currency-iso4217] version = "0.1" [dependencies.futures-lite] version = "2.2.0" optional = true [dependencies.log] version = "0.4" [dependencies.nusb] version = "0.1" optional = true [dependencies.smol-timeout] version = "0.6" optional = true [dev-dependencies.env_logger] version = "0.10" [features] default = ["usb"] e2e-tests = ["usb"] jcm-service = ["usb"] usb = [ "crossbeam", "nusb", "futures-lite", "smol-timeout", ]