# 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 = "ubs" version = "0.1.1" authors = ["ok-nick "] description = "a CLI for fetching real-time University at Buffalo class schedules" documentation = "https://docs.rs/ubs" readme = "README.md" license = "MIT" repository = "https://github.com/ok-nick/ubs" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.futures] version = "0.3.28" [dependencies.serde] version = "1.0.181" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.syntect] version = "5.1.0" optional = true [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", ] default-features = false [dependencies.ubs-lib] version = "0.1.0" [features] color = ["syntect"] default = ["color"]