# 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 = "vmks-exam-generator" version = "1.3.0" authors = ["Vladimir Garistov "] description = "A simple CLI program for pseudo-randomly generating different variants of an embedded programming exam" readme = "README.md" license = "AGPL-3.0-only" repository = "https://gitlab.com/vl_garistov/vmks_exam_generator" [dependencies.clap] version = "4.4.16" [dependencies.latex] version = "0.3.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_pcg] version = "0.3.1" [dependencies.xml-rs] version = "0.8.19"