# 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" rust-version = "1.67.1" name = "qr2term" version = "0.3.3" authors = ["Tim Visée <3a4fb3964f@sinenomine.email>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stupidly simple Rust crate to render a QR code in the terminal." homepage = "https://github.com/timvisee/qr2term-rs" documentation = "https://docs.rs/qr2term" readme = "README.md" keywords = [ "qrcode", "terminal", "qr", "code", ] categories = [ "algorithms", "rendering", "visualization", ] license = "MPL-2.0" repository = "https://github.com/timvisee/qr2term-rs" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "qr2term" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [[example]] name = "example-read" path = "examples/example-read.rs" [[example]] name = "example-wifi" path = "examples/example-wifi.rs" [dependencies.crossterm] version = "0.28" features = ["windows"] default-features = false [dependencies.qrcode] version = "0.14" default-features = false [dev-dependencies.regex] version = "1" features = ["std"] default-features = false