# 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-ext" version = "0.1.13" authors = ["Gavin Gray "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Trait debugger analysis for IDE interactions." readme = false license = "MIT" repository = "https://github.com/cognitive-engineering-lab/argus" [package.metadata.rust-analyzer] rustc_private = true [lib] name = "argus_ext" path = "src/lib.rs" doctest = false [dependencies.anyhow] version = "1.0.75" [dependencies.fluid-let] version = "1.0.0" [dependencies.itertools] version = "0.12.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.10.5" [dependencies.rustc_utils] version = "=0.10.0-nightly-2024-05-20" features = ["serde"] [dependencies.smallvec] version = "1.11.2"