# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "open_ttt_lib" version = "0.2.2" authors = ["James Richey "] description = "Library that provides common Tic Tac Toe logic." homepage = "https://github.com/j-richey/open_ttt_lib" documentation = "https://docs.rs/open_ttt_lib" readme = "README.md" license = "MIT" repository = "https://github.com/j-richey/open_ttt_lib.git" [[bench]] name = "benchmarks" harness = false [dependencies.doc-comment] version = "0.3.1" [dependencies.rand] version = "0.7.2" [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.version-sync] version = "0.9"