verovioxide-data 0.1.1

Bundled SMuFL fonts and resources for verovioxide
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 = "2024"
rust-version = "1.85"
name = "verovioxide-data"
version = "0.1.1"
build = false
include = [
    "src/**/*",
    "data/**/*",
    "Cargo.toml",
    "LICENSE*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bundled SMuFL fonts and resources for verovioxide"
readme = "README.md"
keywords = [
    "mei",
    "music",
    "notation",
    "verovio",
    "smufl",
]
categories = ["multimedia::encoding"]
license = "Apache-2.0"
repository = "https://github.com/oxur/verovioxide"
resolver = "2"

[features]
all-fonts = [
    "font-leipzig",
    "font-bravura",
    "font-gootville",
    "font-leland",
    "font-petaluma",
]
default = ["font-leipzig"]
font-bravura = []
font-gootville = []
font-leipzig = []
font-leland = []
font-petaluma = []

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

[dependencies.include_dir]
version = "0.7"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"