# 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 = "xsender" version = "0.1.0" description = "Sends XML files through SOAP - SUNAT" readme = "README.md" license = "Apache-2.0" [dependencies.base64] version = "0.21.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.22" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.tera] version = "1.19.1" [dependencies.xml] version = "0.8.10" [dependencies.zip] version = "0.6.6" [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.tokio] version = "1.35.1" features = ["macros"]