# 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 = "jinji" version = "0.1.0" exclude = [ "/examples", "/tests", "*.gif", ] description = "Cli tool for processing text from files or stdin, with templating and format options." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/vim-zz/jinji/" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [[bin]] name = "jinji" path = "src/main.rs" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.base64] version = "0.21" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.tera] version = "1"