# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hackgt-nfc" version = "0.4.2" authors = ["Ryan Petschek "] description = "A portable Rust library for working with HackGT's NFC badges" readme = "README.md" license = "MIT" repository = "https://github.com/HackGT/hackgt-nfc" [dependencies.graphql_client] version = "0.8.0" [dependencies.pcsc] version = "2" optional = true [dependencies.regex] version = "1.3.4" [dependencies.reqwest] version = "0.10" features = ["blocking", "json"] [dependencies.serde] version = "1.0.104" [dependencies.serde_derive] version = "1.0.104" [dependencies.url] version = "2.1.1" [features] default = ["nfc"] nfc = ["pcsc"]