# 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 = "truant" version = "1.2.0" authors = ["Stephen Ramsay "] include = [ "**/*.rs", "Cargo.toml", "CODE_OF_CONDUCT.md", "COPYING", "README.md", ] description = "truant is a command-line program that can take a CSV file containing attendance data exported from Canvas and display it in a way that is easy to read and understand." readme = "README.md" keywords = [ "cli", "terminal", "Canvas", "attendance", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~sramsay/truant" [[bin]] name = "truant" test = false bench = false [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.csv] version = "1" [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1"