# 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 = "dynamic-html" version = "1.0.0" description = "Transpiler from dynamic-html to typescript" homepage = "https://github.com/Densky-Framework/dynamic-html" documentation = "https://html.densky.apika.me" license = "MIT" repository = "https://github.com/Densky-Framework/dynamic-html" resolver = "1" [dependencies.pathdiff] version = "0.2.1" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.94" optional = true [dependencies.wasm-bindgen] version = "=0.2.81" optional = true [features] default = ["wasm"] wasm = [ "dep:wasm-bindgen", "dep:serde", "dep:serde_json", ]