# 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 = "cargo-check-deadlock" version = "1.0.11" authors = ["Horacio Lisdero Scaffino "] build = false exclude = [ ".github/**", ".vscode/**", "assets/**", "scripts/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Detect deadlocks in Rust source code at compile time using Petri nets" homepage = "https://github.com/hlisdero/cargo-check-deadlock" readme = "README.md" keywords = [ "petri-net", "deadlock-detection", "rustc-plugin", "model-checker", "lost-signals", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/hlisdero/cargo-check-deadlock" [package.metadata.rust-analyzer] rustc_private = true [lib] name = "cargo_check_deadlock" path = "src/lib.rs" [[bin]] name = "cargo-check-deadlock" path = "src/bin/check-deadlock/main.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "condvar" path = "tests/condvar.rs" [[test]] name = "function_call" path = "tests/function_call.rs" [[test]] name = "lola" path = "tests/lola.rs" [[test]] name = "mutex" path = "tests/mutex.rs" [[test]] name = "statement" path = "tests/statement.rs" [[test]] name = "test_input_args" path = "tests/test_input_args.rs" [[test]] name = "thread" path = "tests/thread.rs" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.1" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.netcrab] version = "1.0.0" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.predicates] version = "3.1.2"