# 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 = "xbuilder" version = "0.1.0" description = "Creates XML files based on UBL under the standards of Peru." license = "Apache-2.0" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.format_xml] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dependencies.rust_decimal] version = "1.33.1" features = [ "serde-str", "serde-with-str", ] [dependencies.rust_decimal_macros] version = "1.33.1" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.tera] version = "1.19.1" [dev-dependencies]