# 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 = "tera_thousands" version = "0.1.0" authors = ["kirbylife "] description = "Simple filter for tera to split the numbers by thousands" homepage = "https://git.kirbylife.dev/kirbylife/tera_thousands" documentation = "https://docs.rs/tera_thousands" readme = "README.md" keywords = [ "tera", "template", "formatting", "separators", "numbers", ] categories = ["template-engine"] license = "MIT" repository = "https://git.kirbylife.dev/kirbylife/tera_thousands" [dependencies.tera] version = "1.19.0" default-features = false [dependencies.thousands] version = "0.2.0"