# 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 = "weblab" version = "0.3.5" authors = ["Jonathan Dönszelmann "] description = "library to generate weblab assignments from a rust project structure" homepage = "https://github.com/jonay2000/weblab-rs" license = "MIT" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.path-slash] version = "0.1.4" [dependencies.pathdiff] version = "0.2.1" [dependencies.regex] version = "1.5.5" [dependencies.sanitize-filename] version = "0.3.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.walkdir] version = "2.3.2" [dependencies.weblab-assignment-structure] version = "^0.3.4" [dependencies.weblab-macros] version = "^0.3.5" [dependencies.zip] version = "0.5.13"