# 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 = "rstml-component" version = "0.2.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTML Component Library for Rust" readme = "README.md" license = "MIT" repository = "https://github.com/YoloDev/rstml-component" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "rstml_component" path = "src/lib.rs" [[test]] name = "builtins" path = "tests/builtins.rs" [[test]] name = "component" path = "tests/component.rs" [[test]] name = "func" path = "tests/func.rs" [[test]] name = "write_html" path = "tests/write_html.rs" [dependencies.ammonia] version = "4" optional = true [dependencies.bytes] version = "1" [dependencies.rstml-component-macro] version = "0.2.4" [features] sanitize = ["dep:ammonia"]