# 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 = "icemelter" version = "0.3.2" authors = ["Langston Barrett "] description = "Tool to minimize files that trigger internal compiler errors (ICEs)" homepage = "https://github.com/langston-barrett/icemelter" readme = "README.md" keywords = [ "ice", "rustc", ] license = "MIT" repository = "https://github.com/langston-barrett/icemelter" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2" [dependencies.log] version = "0.4" [dependencies.nu-ansi-term] version = "0.48" [dependencies.num_cpus] version = "1" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.tempfile] version = "3" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["json"] [dependencies.tree-sitter] version = "0.20" [dependencies.tree-sitter-rust] version = "0.20" [dependencies.treereduce] version = "0.3" [features] fetch = [ "dep:reqwest", "dep:serde", ]