# 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 = "ipug" version = "0.2.1" authors = [ "Arvid E. Picciani ", "Blair Noctis ", "i18n.site@gmail.com", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "pug.js port to Rust" readme = "README.md" keywords = [ "pug", "jade", "template", ] categories = [ "command-line-utilities", "parsing", "web-programming", "template-engine", ] license = "MIT" repository = "https://github.com/i18n-now/pug-rs" [lib] name = "ipug" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "ipug" path = "src/main.rs" [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2"