# 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 = "bsac-cli" version = "1.3.0" authors = ["Hlofiys"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple cli app to retrive colege timetable from api" readme = "README" license = "GPL-3.0-only" repository = "https://github.com/Hlofiys/bsac-cli" [[bin]] name = "bsac-cli" path = "src/main.rs" [dependencies.bsac_api] version = "0.1.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.18" features = ["cargo"] [dependencies.colored] version = "2.1.0" [dependencies.confy] version = "0.6.1" [dependencies.inquire] version = "0.7.5" features = [ "chrono", "date", ] [dependencies.serde] version = "1.0.210" [dependencies.serde_derive] version = "1.0.210" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-macros] version = "=2.4.0"