# 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-lib" version = "0.1.1" authors = ["ok-nick "] description = "a library for fetching real-time University at Buffalo class schedules" documentation = "https://docs.rs/ubs-lib" readme = "README.md" license = "MIT" repository = "https://github.com/ok-nick/ubs" [dependencies.chrono] version = "0.4.26" [dependencies.cookie] version = "0.17.0" [dependencies.futures] version = "0.3.28" [dependencies.hyper] version = "0.14.27" features = ["client"] [dependencies.hyper-rustls] version = "0.24.1" optional = true [dependencies.regex] version = "1.9.2" [dependencies.thiserror] version = "1.0.44" [dependencies.tl] version = "0.7.7" [dev-dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", ] default-features = false [features] default = ["rustls"] rustls = ["hyper-rustls"] simd = ["tl/simd"]