# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sprig" version = "0.3.0" authors = ["Florian Dieminger "] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] description = "Template functions for Go templates for Rust" documentation = "https://docs.rs/crate/sprig" readme = "README.md" keywords = ["golang", "template", "templating", "sprig"] license = "MIT" repository = "https://github.com/fiji-flo/sprig-rust" [dependencies.anyhow] version = "1" [dependencies.data-encoding] version = "2.0" [dependencies.gtmpl] version = "0.7" [dependencies.gtmpl_value] version = "0.5" [dependencies.itertools] version = "0.10" [dependencies.rand] version = "0.8"