# 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 = "wurbo" version = "0.5.0" authors = ["Doug Anderson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A timy framework for WebAssembly Component model front-ends" homepage = "https://github.com/DougAnderson444/blastkids" documentation = "https://docs.rs/wurbo" readme = "README.md" keywords = ["WebAssembly"] license = "MIT" repository = "https://github.com/DougAnderson444/wurbo" [lib] name = "wurbo" path = "src/lib.rs" [[test]] name = "pest" path = "tests/pest.rs" [dependencies.base64ct] version = "1.6.0" features = ["alloc"] [dependencies.convert_case] version = "0.6.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.minijinja] version = "2.0.2" features = [ "json", "loader", ] [dependencies.nanoid] version = "0.4.0" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.112" [dependencies.thiserror] version = "1.0"