# 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 = "workshop-runner" version = "0.2.1" authors = ["Luca Palmieri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI to run test-driven Rust workshops" readme = "README.md" keywords = [ "workshop", "education", "learning", ] categories = ["command-line-utilities"] license = "Apache-2.0 OR MIT" repository = "https://github.com/mainmatter/rust-workshop-runner" [lib] name = "wr" path = "src/lib.rs" [[bin]] name = "wr" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.fs-err] version = "2.9.0" [dependencies.indexmap] version = "2.0.0" [dependencies.read_input] version = "0.8.6" [dependencies.regex] version = "1.9.3" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.textwrap] version = "0.16.1" [dependencies.toml] version = "0.7.6" [dependencies.yansi] version = "0.5.1"