# 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-ser" version = "0.1.13" authors = ["Gavin Gray "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rustc Ty serialization and TS bindings." readme = false license = "MIT" repository = "https://github.com/cognitive-engineering-lab/argus" [package.metadata.rust-analyzer] rustc_private = true [lib] name = "argus_ser" path = "src/lib.rs" doctest = false [dependencies.anyhow] version = "1.0.75" [dependencies.argus-ext] version = "0.1.13" [dependencies.fluid-let] version = "1.0.0" [dependencies.index_vec] version = "0.1.3" features = ["serde"] [dependencies.itertools] version = "0.12.0" [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 [dev-dependencies] [features] testing = [ "ts-rs", "rustc_utils/serde", "rustc_utils/ts-rs", ]