[package] name = "mc-exam-randomizer" description = "This is a library that help produce a randomized multiple choice (mc) exam." version = "0.3.7" edition = "2021" license = "MIT" homepage = "https://github.com/mmogib/mc-exam-randomizer" repository = "https://github.com/mmogib/mc-exam-randomizer" documentation = "https://github.com/mmogib/mc-exam-randomizer" keywords = ["random", "mc-exams"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # fake = { version = "2.5", features=['derive']} rand = "0.8.5" # tectonic = "0.9.0" csv = "1.1.6" thiserror ="1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" itertools = "0.10.3" # docx = "1.1.2" jetscii = "0.5.3" # [patch.crates-io] # jetscii={ git = 'https://github.com/shepmaster/jetscii',branch = "main", version = "0.5.2"} # jetscii={ git = 'https://github.com/shepmaster/jetscii',branch = "main", version = "0.5.2"}