# 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 = "kicad-text-injector" version = "0.3.1" authors = ["Robin Vobruba "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A tiny CLI tool that replaces variables of the style `${KEY}` within KiCad PCB (pcbnew) files. """ homepage = "https://github.com/hoijui/kicad-text-injector" readme = "README.md" keywords = [ "cli", "ci", "kicad", ] categories = [ "command-line-utilities", "text-processing", ] license = "GPL-3.0-or-later" repository = "https://github.com/hoijui/kicad-text-injector" [lib] name = "kicad_text_injector" path = "src/lib.rs" [[bin]] name = "kicad-text-injector" path = "src/main.rs" [dependencies.clap] version = "4.5" features = [ "cargo", "derive", ] [dependencies.cli_utils] version = "0.7" package = "cli_utils_hoijui" [dependencies.const_format] version = "0.2" [dependencies.git-version] version = "0.3" [dependencies.once_cell] version = "1.19" [dependencies.regex] version = "1.10" [dependencies.repvar] version = "0.13" [lints.clippy] clone_on_ref_ptr = "warn" else_if_without_else = "warn" empty_structs_with_brackets = "warn" indexing_slicing = "warn" option_if_let_else = "warn" print_stderr = "warn" print_stdout = "warn" shadow_reuse = "warn" string_slice = "warn" try_err = "warn" use_debug = "warn" wildcard_enum_match_arm = "warn" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust.rust_2021_compatibility] level = "warn" priority = -1