# 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" rust-version = "1.73" name = "lcov2cobertura" version = "1.0.5" description = "convert LCOV info file to cobertura XML format" readme = "README.md" keywords = [ "coverage", "gitlab", "cobertura", "lcov", ] license = "Apache-2.0" repository = "https://github.com/mike-kfed/lcov2cobertura" [lib] name = "lcov2cobertura" [dependencies.anyhow] version = "1.0.86" [dependencies.quick-xml] version = "0.31.0" [dependencies.regex] version = "1.7.3" [dependencies.rustc-demangle] version = "0.1.24" [lints.clippy] complexity = "forbid" expect_used = "deny" panic = "deny" perf = "forbid" style = "forbid" suspicious = "forbid" unimplemented = "deny" unwrap_in_result = "deny" unwrap_used = "deny" [lints.rust] ambiguous-associated-items = "forbid" cenum-impl-drop-cast = "forbid" coherence-leak-check = "forbid" conflicting-repr-hints = "forbid" const-evaluatable-unchecked = "forbid" deprecated-cfg-attr-crate-type-name = "forbid" deref-into-dyn-supertrait = "forbid" forbidden-lint-groups = "allow" ill-formed-attribute-input = "forbid" indirect-structural-match = "forbid" invalid-doc-attributes = "forbid" invalid-type-param-default = "forbid" late-bound-lifetime-arguments = "forbid" legacy-derive-helpers = "forbid" macro-expanded-macro-exports-accessed-by-absolute-paths = "forbid" missing-fragment-specifier = "forbid" missing_docs = "deny" nonstandard-style = "deny" order-dependent-trait-objects = "forbid" patterns-in-fns-without-body = "forbid" pointer-structural-match = "forbid" private_bounds = "forbid" private_interfaces = "forbid" proc-macro-back-compat = "forbid" proc-macro-derive-resolution-fallback = "forbid" pub-use-of-private-extern-crate = "forbid" rust-2018-idioms = "deny" rust-2021-compatibility = "deny" semicolon-in-expressions-from-macros = "forbid" soft-unstable = "forbid" uninhabited-static = "forbid" unsafe_code = "forbid" unstable-name-collisions = "forbid" unsupported-calling-conventions = "forbid" warnings = "deny" where-clauses-object-safety = "forbid"