# 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 = "hypertext_garnish" version = "0.3.0" authors = ["Chad Collins "] description = "Serialization/deserialization of garnish data to HTML/CSS." homepage = "https://github.com/garnish-lang/hypertext-garnish" documentation = "https://github.com/garnish-lang/hypertext-garnish" readme = "./README.md" license-file = "./LICENSE" repository = "https://github.com/garnish-lang/hypertext-garnish" [dependencies.garnish_lang] version = "0.0.5-alpha" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_garnish] version = "0.3.0"