# 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 = "2018" name = "qrbill" version = "0.2.3" description = "A implementation of [qrbill](https://www.swiss-qr-invoice.org/) in Rust" documentation = "https://docs.rs/qrbill/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/Yatekii/qrbill" [dependencies.chrono] version = "0.4.19" [dependencies.iban_validate] version = "4.0.0" [dependencies.iso_currency] version = "0.4.1" features = ["with-serde"] [dependencies.isocountry] version = "0.3.2" [dependencies.qrcode] version = "0.12.0" [dependencies.regex] version = "1.5.4" [dependencies.svg] version = "0.10.0" [dependencies.textwrap] version = "0.14.2" [dependencies.thiserror] version = "1.0.29" [dependencies.thousands] version = "0.2.0" [dev-dependencies.anyhow] version = "1.0.44"