# 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 = "ut_grade_parser" version = "0.3.0" authors = ["doprz"] description = "A grade distribution parser for the University of Texas at Austin" homepage = "https://github.com/doprz/UT_Grade_Parser" readme = "README.md" keywords = [ "university", "texas", "austin", "grade", "parser", ] license = "MIT OR Apache-2.0" repository = "https://github.com/doprz/UT_Grade_Parser" [profile.dist] lto = "thin" inherits = "release" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.indicatif] version = "0.17.8" [dependencies.reqwest] version = "0.11.25" features = ["multipart"] [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] [dependencies.scraper] version = "0.19.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = ["full"]