# 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-lib" 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_lib" path = "src/lib.rs" doctest = false [[test]] name = "stabililty" path = "tests/stabililty.rs" [[test]] name = "obligations" path = "tests/obligations.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.argus-ext] version = "0.1.13" [dependencies.argus-ser] version = "0.1.13" [dependencies.fluid-let] version = "1.0.0" [dependencies.index_vec] version = "0.1.3" features = ["serde"] [dependencies.indexmap] version = "2.2" features = ["serde"] [dependencies.itertools] version = "0.12.0" [dependencies.lazy_static] version = "1.4" optional = true [dependencies.log] version = "0.4" [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" [dependencies.smallvec] version = "1.11.2" [dependencies.ts-rs] version = "7.1.1" features = ["indexmap-impl"] optional = true [dependencies.uuid] version = "1.7.0" features = [ "v4", "fast-rng", "serde", ] [dev-dependencies.argus-ser] version = "0.1.13" features = ["testing"] [dev-dependencies.env_logger] version = "0.9.3" [dev-dependencies.rustc_utils] version = "=0.10.0-nightly-2024-05-20" features = [ "serde", "ts-rs", ] [dev-dependencies.test-log] version = "0.2.11" [dev-dependencies.text-diff] version = "0.4" [features] testing = [ "lazy_static", "ts-rs", ]