# 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 = "variable-resolver" version = "1.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The aim of this package is to easily replace variables inside a given template." readme = "README.md" keywords = ["template"] license = "MIT" repository = "https://github.com/bytifex/variable-resolver.git" [lib] name = "variable_resolver" path = "src/lib.rs" [[bin]] name = "repvar" path = "src/bin/repvar/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.thiserror] version = "2.0"