# 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 = "letters" version = "0.0.1" authors = ["irl "] description = "Business letters" readme = "README.md" license = "BSD-2-Clause" [dependencies.chrono] version = "0.4.24" [dependencies.rust_decimal] version = "1.29.1" [dependencies.rust_decimal_macros] version = "1.29.1" [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.uuid] version = "1.3.2" [dependencies.xml_serde] version = "1.2.3"