# 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" rust-version = "1.74.1" name = "coctus" version = "0.3.0" include = [ "**/*.rs", "/config/", ] description = "Command line tool for playing CodinGame puzzles and Clash of Code" readme = "README.md" keywords = [ "codingame", "clash-of-code", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Andriamanitra/coctus" [lib] name = "clashlib" path = "src/lib.rs" [dependencies.ansi_term] version = "0.12" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" features = [ "derive", "cargo", ] [dependencies.clap_complete] version = "4.5.2" [dependencies.directories] version = "5.0" [dependencies.dissimilar] version = "1.0.8" [dependencies.dyn-clone] version = "1.0.17" [dependencies.include_dir] version = "0.7.3" features = ["glob"] [dependencies.indoc] version = "2.0.5" [dependencies.itertools] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.shlex] version = "1.3.0" [dependencies.tera] version = "1.19.1" [dependencies.toml] version = "0.8.12" [dependencies.ureq] version = "2.9.7" [dependencies.wait-timeout] version = "0.2.0"