# 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 = "wild-doc" version = "0.110.0" authors = ["Oden Shirataki "] description = "You can read and write data using XML and output various structured documents.You can also program using javascript/TypeScript.It's Deno compatible.And you can optionally use python." readme = "README.md" keywords = [ "database", "javascript", "TypeScript", "xml", "html", ] categories = [ "database", "database-implementations", "text-processing", "web-programming", "template-engine", ] license = "MIT/Apache-2.0" repository = "https://github.com/OdenShirataki/wild-doc" [dependencies.anyhow] version = "1.0.75" [dependencies.arcstr] version = "1.1.5" [dependencies.async-recursion] version = "1.0.5" [dependencies.base64] version = "0.21.5" [dependencies.chrono] version = "0.4.31" [dependencies.futures] version = "0.3.29" [dependencies.hashbrown] version = "0.14.3" [dependencies.indexmap] version = "2.1.1" features = ["serde"] [dependencies.maybe_xml] version = "0.10.1" [dependencies.once_cell] version = "1.19.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.193" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.35.1" [dependencies.toml] version = "0.8.8" [dependencies.wild-doc-script] version = "0.31.0" [dependencies.wild-doc-script-deno] version = "0.20" optional = true [dependencies.wild-doc-script-image] version = "0.0" optional = true [dependencies.wild-doc-script-python] version = "0.18" optional = true [features] default = ["js"] image = ["wild-doc-script-image"] js = ["wild-doc-script-deno"] py = ["wild-doc-script-python"]