# 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 = "aei_tag_parser" version = "1.2.2" description = "A simple tool and library to parse AEI RFID tags" homepage = "https://github.com/tbornon/aei-tag-parser" documentation = "https://docs.rs/aei_tag_parser/latest/aei_tag_parser" readme = "README.md" license = "MIT" repository = "https://github.com/tbornon/aei-tag-parser" [[bin]] name = "aei-tag-parser" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.2.16" features = ["cargo"] [dependencies.hex] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"]