# 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 = "practicestuff" version = "0.4.1" authors = ["Bartłomiej Jaszczak"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple CLI trainer for improving calculation and memorisation skills" readme = "README.md" keywords = [ "learning", "math", "doomsday", "memory", ] categories = [ "command-line-utilities", "mathematics", ] license = "MIT" repository = "https://gitlab.com/bartekjaszczak/practicestuff" [lib] name = "practicestuff" path = "src/lib.rs" [[bin]] name = "practicestuff" path = "src/main.rs" [[test]] name = "args_validation" path = "tests/args_validation.rs" [[test]] name = "doomsday" path = "tests/doomsday.rs" [[test]] name = "help_and_version" path = "tests/help_and_version.rs" [[test]] name = "powers" path = "tests/powers.rs" [[test]] name = "times_table" path = "tests/times_table.rs" [dependencies.chrono] version = "0.4.38" [dependencies.crossterm] version = "0.28.1" [dependencies.ctrlc] version = "3.4" [dependencies.rand] version = "0.8.5" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "3.1.2"