# 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 = "cli_chess" version = "0.2.0" authors = ["C "] description = "A program to play chess on the command line." readme = "README.md" keywords = ["chess", "cli", "game", "board", "player"] categories = ["games", "command-line-utilities"] license = "AGPL-3.0" repository = "https://gitlab.com/DeveloperC/cli_chess" [profile.release] lto = "fat" codegen-units = 1 [dependencies.console] version = "0.14.1" [dependencies.log] version = "0.4.14" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.125" features = ["derive"] [dev-dependencies.insta] version = "1.7.1" [dev-dependencies.rstest] version = "0.9.0"