# 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 = "aamva-parser-rs" version = "0.1.0" authors = ["Anthony Tedesco "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to parse RAW AAMVA data from PDF417 barcodes into JSON or YAML." homepage = "https://github.com/anthonybtedesco/aamva-parser-rs" documentation = "https://docs.rs/aamva-parser-rs" readme = "README.md" keywords = [ "aamva", "barcode", "parser", "json", "yaml", ] license = "MIT" repository = "https://github.com/anthonybtedesco/aamva-parser-rs" resolver = "1" [lib] name = "aamva_parser_rs" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_yaml] version = "0.9.34"