# 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 = "string-template-plus" version = "0.4.3" authors = ["Gaurav Atreya"] description = "Render string template with more options" readme = "README.md" keywords = [ "parsing", "string", "template", ] categories = [ "template-engine", "text-processing", ] license = "GPL-3.0-only" repository = "https://github.com/Atreyagaurav/string-template-plus" [lib] name = "string_template_plus" path = "src/lib.rs" [[bin]] name = "stp-visualize" path = "src/bin/stp-visualize.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" [dependencies.colored] version = "2.0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.9.5" [dependencies.rust_lisp] version = "0.18.0" features = ["libm"] [dependencies.subprocess] version = "0.2.9" [dependencies.titlecase] version = "2.2.1"