# 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 = "cpast" version = "0.6.0" authors = ["rootCircle "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Run custom testcase with powerful clex lang powered generated tool. Ideal for competitive coders. Can test two file and pass & match randomly generated outputs" readme = "README.md" keywords = [ "automata", "competitive-program", "generator", "language", "testcase", ] categories = [ "development-tools::testing", "command-line-utilities", "compilers", "development-tools", ] license = " GPL-3.0-or-later" repository = "https://github.com/rootCircle/cpast" [profile.dev] opt-level = 0 [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [lib] name = "cpast" path = "src/lib.rs" [[bin]] name = "cpast" path = "src/main.rs" [[example]] name = "generate" path = "examples/generate.rs" [[example]] name = "test" path = "examples/test.rs" [[test]] name = "clipboard_integration" path = "tests/clipboard_integration.rs" [[test]] name = "generator_integration" path = "tests/generator_integration.rs" [[test]] name = "lexer_integration" path = "tests/lexer_integration.rs" [[test]] name = "parser_integration" path = "tests/parser_integration.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.clap_complete] version = "4.5.24" [dependencies.cli-clipboard] version = "0.4.0" optional = true [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3.30" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.which] version = "6.0.3" [features] clipboard = ["dep:cli-clipboard"] default = ["clipboard"]