# 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] name = "trimmer" version = "0.3.6" authors = ["paul@colomiets.name"] description = " A whitespace- and memory-friendly template engine\n" homepage = "http://github.com/tailhook/trimmer" documentation = "http://trimmer.readthedocs.io" readme = "README.md" keywords = ["template", "render", "whitespace"] categories = ["template-engine"] license = "MIT/Apache-2.0" [[bin]] name = "trimmer" doc = false [dependencies.argparse] version = "0.2.1" [dependencies.combine] version = "2.4.0" [dependencies.matches] version = "0.1.6" [dependencies.owning_ref] version = "0.3.3" [dependencies.quick-error] version = "1.2.0" [dependencies.regex] version = "0.2.2" [dependencies.serde_json] version = "1.0.2" optional = true [dev-dependencies.difference] version = "1.0.0" [features] default = ["json"] json = ["serde_json"]