# 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 = "usask_cba_calc" version = "0.4.2" authors = ["Adhyan H. "] description = "cli tool to calculate usask's first year engineering cba grades" readme = "README.md" license = "MIT" repository = "https://github.com/frroossst/usask_cba_calc" [profile.release] opt-level = "z" lto = true strip = true [dependencies.ansi_term] version = "0.12.1" [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1.33.0" features = [ "io-std", "time", "rt-multi-thread", "macros", "io-util", ]