vize_musea 0.44.0

Musea - Component gallery and documentation for Vize Vue components
Documentation
# 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 = "vize_musea"
version = "0.44.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Musea - Component gallery and documentation for Vize Vue components"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ubugeeei/vize"

[lib]
name = "vize_musea"
path = "src/lib.rs"

[[bench]]
name = "art_parse"
path = "benches/art_parse.rs"
harness = false

[dependencies.memchr]
version = "2.7"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.vize_atelier_sfc]
version = "0.44.0"
default-features = false

[dependencies.vize_carton]
version = "0.44.0"

[dependencies.vize_relief]
version = "0.44.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.insta]
version = "1.41"
features = ["toml"]