# 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 = "argus-cli" version = "0.1.13" authors = ["Gavin Gray "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Trait debugger backend for IDE interactions." readme = "README.md" license = "MIT" repository = "https://github.com/cognitive-engineering-lab/argus" [package.metadata.rust-analyzer] rustc_private = true [lib] name = "argus_cli" path = "src/lib.rs" [[bin]] name = "cargo-argus" path = "src/bin/cargo-argus.rs" [[bin]] name = "argus-driver" path = "src/bin/argus-driver.rs" [[test]] name = "test_examples" path = "tests/test_examples.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.argus-ext] version = "0.1.13" [dependencies.argus-lib] version = "0.1.13" [dependencies.clap] version = "3.1" features = [ "std", "derive", ] default-features = false [dependencies.env_logger] version = "0.9" default-features = false [dependencies.fluid-let] version = "1.0.0" [dependencies.log] version = "0.4" [dependencies.rustc_plugin] version = "=0.10.0-nightly-2024-05-20" [dependencies.rustc_utils] version = "=0.10.0-nightly-2024-05-20" features = ["serde"] [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108"