# 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 = "tracktorial" version = "0.0.3" authors = ["antonio "] description = "Manage your Factorial shifts and breaks from the command line" readme = "README.md" license = "MIT" repository = "https://github.com/antoniomikley/tracktorial" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.directories] version = "5.0" [dependencies.keyring] version = "2.3" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.12" features = [ "blocking", "cookies", "gzip", "json", ] [dependencies.rpassword] version = "7.3" [dependencies.scraper] version = "0.19" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.once_cell] version = "1.19" [dev-dependencies.serial_test] version = "3.1"