# 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" rust-version = "1.75" name = "handlebars-magic" version = "0.6.0" authors = ["Alexander Korolev "] description = """ Quickly and flexibly generate content based on handlebars templates. """ homepage = "https://github.com/rust-utility/handlebars-magic" readme = "README.md" keywords = ["handlebars"] categories = [ "command-line-utilities", "development-tools", "template-engine", ] license = "Unlicense OR MIT" repository = "https://github.com/rust-utility/handlebars-magic" [package.metadata.cross.target.x86_64-unknown-netbsd] pre-build = [ "mkdir -p /tmp/netbsd", "curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O", "tar -C /tmp/netbsd -xJf base.tar.xz", "cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib", "rm base.tar.xz", "rm -rf /tmp/netbsd", ] [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = [ "derive", "help", "std", "usage", ] default-features = false [dependencies.env_logger] version = "0.11" [dependencies.handlebars] version = "5.1" [dependencies.handlebars_misc_helpers] version = "0.15" features = [ "http_attohttpc", "json", "string", ] default-features = false [dependencies.log] version = "0.4"