# 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 = "ssp" version = "0.5.4" authors = ["SSP Rust Developers"] description = "Messages and related types for implementing the SSP/eSSP serial communication protocol" readme = "README.md" keywords = [ "no-std", "serial", "ssp", "bill-acceptor", "bill-validator", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/ssp-rs/ssp" [dependencies.aes] version = "0.8.2" [dependencies.bitfield] version = "0.14" [dependencies.currency-iso4217] version = "0.1" features = ["serde"] [dependencies.heapless] version = "0.7" [dependencies.log] version = "0.4" default-features = false [dependencies.num-bigint] version = "0.4" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.parking_lot] version = "0.12" [dependencies.paste] version = "1.0" [dependencies.pbkdf2] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] optional = true default-features = false [dependencies.serialport] version = "4.2" optional = true default-features = false [dependencies.sha2] version = "0.10" [dependencies.smol-jsonrpc] version = "0.2" optional = true [dependencies.zeroize] version = "1.6" features = ["zeroize_derive"] [features] default = ["nv200"] jsonrpc = [ "serde_json", "smol-jsonrpc", ] jsonrpc-std = [ "jsonrpc", "std", ] nv200 = [] std = [ "log/std", "rand/std", "rand/std_rng", "serde/std", "serde_json/std", "serialport", "smol-jsonrpc/std", ]