# 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 = "boleto-utils" version = "0.1.2" authors = ["Fernando Sávio "] exclude = [ "/data/*", "/documents/*", ] description = "Utility library to parse brazilian payment slip (aka 'boleto') barcodes." homepage = "https://github.com/fernandosavio/boleto-utils/" readme = "README.md" keywords = [ "barcode", "boleto", "codigo-de-barras", "linha-digitavel", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/fernandosavio/boleto-utils/" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.csv] version = "1.2.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0"