# 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 = "TR_PDF_rename" version = "0.1.13" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reads security transaction statements (as pdf) from neo-broker Trade Republic and renames them as transactiondate_ordertype_name." readme = "README.md" keywords = [ "cli", "rename", "TradeRepublic", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" [[bin]] name = "TR_PDF_rename" path = "src/main.rs" [dependencies.pdf-extract] version = "0.7.10"