# 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 = "rewriter" version = "0.1.1" authors = ["Samuel Moelius "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust utilities for rewriting files" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/smoelius/rewriter" [lib] name = "rewriter" path = "src/lib.rs" [[test]] name = "ci" path = "tests/ci.rs" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] optional = true [dependencies.tempfile] version = "3.10" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.regex] version = "1.0" [features] __check-proc-macro2-spans = [] check-offsets = [] check-rewrites = [] proc-macro2-impl = ["proc-macro2"] proc-macro2-span = ["proc-macro2-impl"] [lints.clippy] missing-errors-doc = "allow" missing-panics-doc = "allow" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust.unexpected_cfgs] level = "deny" priority = 0 check-cfg = ["cfg(dylint_lib, values(any()))"]