# 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 = "oisuite" version = "1.0.0" authors = ["Querter-chan#6666"] description = "Suite for testing algorithm problems" readme = "README.md" keywords = ["education", "testing", "algorithm"] license = "MIT" repository = "https://www.github.com/querterdesu/oisuite" resolver = "2" [dependencies.home] version = "0.5.3" [dependencies.termion] version = "1.5.6" [dependencies.yaml-rust] version = "0.4"