# 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 = "cargo-remark" version = "0.1.2" authors = ["Jakub Beránek "] include = [ "src/**/*.rs", "templates", "Cargo.toml", "README.md", ] description = "Cargo subcommand for displaying LLVM optimization remarks from compiling Rust programs." readme = "README.md" keywords = [ "llvm", "optimization", "remark", "cargo", ] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/kobzol/cargo-remark" [dependencies.anyhow] version = "1" [dependencies.askama] version = "0.12" features = ["serde-json"] [dependencies.cargo_metadata] version = "0.15" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.10" [dependencies.fxhash] version = "0.2" [dependencies.hashbrown] version = "0.13" features = [ "rayon", "serde", ] [dependencies.html-escape] version = "0.2" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.mimalloc] version = "0.1" optional = true default-features = false [dependencies.opener] version = "0.6" [dependencies.rayon] version = "1.7" [dependencies.regex] version = "1.9" [dependencies.rust-embed] version = "6.6" [dependencies.rustc-demangle] version = "0.1" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dev-dependencies.insta] version = "1.29" [dev-dependencies.tempfile] version = "3.5" [features] default = ["mimalloc"]