# 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 = "mintmark" version = "0.2.0" authors = ["Benjamin Gilbert "] exclude = [".gitignore", ".travis.yml"] description = "Markdown renderer for Epson TM-U220B receipt printers" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/bgilbert/mintmark" [dependencies.barcoders] version = "1.0.1" [dependencies.bitflags] version = "1.2.1" [dependencies.clap] version = "2.33.0" [dependencies.encoding] version = "0.2.33" [dependencies.fs2] version = "0.4.3" [dependencies.image] version = "0.23.2" default-features = false [dependencies.pulldown-cmark] version = "0.7.0" [dependencies.qrcode] version = "0.12" default-features = false