ironhtml-bootstrap 1.0.0

Type-safe Bootstrap 5.3 components for ironhtml
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "ironhtml"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b1055728c74b9cf48da2139b1951aba5a85e473f9778eefbaabd4f3239afb8"
dependencies = [
 "ironhtml-attributes",
 "ironhtml-elements",
]

[[package]]
name = "ironhtml-attributes"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d594881abb334f538a6de80f67c1cc46f7a403ed8b7741b010475910c7de25"

[[package]]
name = "ironhtml-bootstrap"
version = "1.0.0"
dependencies = [
 "ironhtml",
 "ironhtml-elements",
 "ironhtml-macro",
]

[[package]]
name = "ironhtml-elements"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a0947a22d731427b06d249cb3c17f7fb517c4218e4f9f5a8a7e447f38e5d72d"

[[package]]
name = "ironhtml-macro"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b632b8eddbc93335a6a04e8026f212830cc8d5acb4726ce2f49f8b7c5ec7f51"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"