# 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 = "v8-to-istanbul" version = "0.1.3" authors = ["HJin"] build = false exclude = ["tests*/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to convert v8 coverage to istanbul format" readme = "README.md" license = "MIT" repository = "https://github.com/hjin-me/v8-to-istanbul-rs" [[bin]] name = "v8-to-istanbul" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.derive_builder] version = "0.20.0" [dependencies.glob] version = "0.3.1" [dependencies.hex] version = "0.4.3" [dependencies.lcov2] version = "0.1.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.12.4" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.205" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.sha1] version = "0.10.6" [dependencies.sourcemap] version = "9.0.0" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.assert-json-diff] version = "2.0.2"