# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bazel-execlog-cmp" version = "0.1.1" authors = ["Rahul Butani <>"] exclude = [".github"] description = "CLI tool that helps compare Bazel execution logs" homepage = "https://github.com/rrbutani/bazel-execlog-cmp" documentation = "https://docs.rs/bazel-execlog-cmp" readme = "README.md" keywords = ["bazel", "execlog"] categories = ["command-line-utilities", "development-tools::build-utils"] license = "MIT" repository = "https://github.com/rrbutani/bazel-execlog-cmp" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 incremental = false [dependencies.color-eyre] version = "0.5" [dependencies.fuzzy-matcher] version = "0.3" [dependencies.hex-serde] version = "0.1" [dependencies.indicatif] version = "0.16" features = ["rayon"] [dependencies.prettydiff] version = "0.4" [dependencies.rayon] version = "1.5" [dependencies.rustyline] version = "8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-aux] version = "2.2" [dependencies.serde_json] version = "1.0" [features] default = [] json-dump-command = [] [badges.github-actions] repository = "rrbutani/bazel-execlog-cmp" workflow = "full" [badges.is-it-maintained-issue-resolution] repository = "rrbutani/bazel-execlog-cmp" [badges.is-it-maintained-open-issues] repository = "rrbutani/bazel-execlog-cmp" [badges.maintenance] status = "actively-developed"