# 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 = "rust-code-analysis-cli" version = "0.0.25" authors = ["Calixte Denizet "] description = "Tool to compute and export code metrics" keywords = ["metrics"] license = "MPL-2.0" repository = "https://github.com/mozilla/rust-code-analysis/blob/master/rust-code-analysis-cli/" [[bin]] name = "rust-code-analysis-cli" [dependencies.clap] version = "^4.0" features = ["derive"] [dependencies.globset] version = "^0.4" [dependencies.regex] version = "^1.7" [dependencies.rust-code-analysis] version = "=0.0.25" [dependencies.serde] version = "^1.0" [dependencies.serde_cbor] version = "^0.11" [dependencies.serde_json] version = "^1.0" [dependencies.serde_yaml] version = "^0.9" [dependencies.toml] version = "^0.5"