# 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 = "mrtd1" version = "0.1.2" authors = ["Alexander Sagen "] description = "Helper utilities for communicating with eMRTDs / ePassports" readme = "README.md" license = "MIT" repository = "https://github.com/alexrsagen/rs-mrtd" [dependencies.block-padding] version = "0.3" [dependencies.cbc] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.des] version = "0.8" [dependencies.hex_fmt] version = "0.3" [dependencies.iso7816-tlv] version = "0.4" [dependencies.nfc1] version = "0.5" optional = true default-features = false [dependencies.rand] version = "0.8" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [features] conffiles = ["nfc1/conffiles"] default = [ "vendored", "drivers", "default_drivers", ] default_drivers = ["nfc1/default_drivers"] driver_acr122_pcsc = ["nfc1/driver_acr122_pcsc"] driver_acr122_usb = ["nfc1/driver_acr122_usb"] driver_acr122s = ["nfc1/driver_acr122s"] driver_arygon = ["nfc1/driver_arygon"] driver_pcsc = ["nfc1/driver_pcsc"] driver_pn532_uart = ["nfc1/driver_pn532_uart"] driver_pn53x_usb = ["nfc1/driver_pn53x_usb"] drivers = ["nfc1/drivers"] envvars = ["nfc1/envvars"] logging = ["nfc1/logging"] usb_logging = ["nfc1/usb_logging"] vendored = ["nfc1/vendored"]