# 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" rust-version = "1.74.1" name = "hskx" version = "1.0.2" authors = ["neuromeow "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line tool to prepare for the Hanyu Shuiping Kaoshi (HSK)" homepage = "https://github.com/neuromeow/hskx" readme = "README.md" keywords = [ "cli", "education", "chinese", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/neuromeow/hskx" [[bin]] name = "hskx" path = "src/main.rs" [[test]] name = "completions" path = "tests/completions.rs" [dependencies.assert_cmd] version = "2.0.16" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.csv] version = "1.3.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.209" features = ["derive"]