verovioxide 0.2.0

Safe Rust bindings to the Verovio music notation engraving library
# 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"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings to the Verovio music notation engraving library"
readme = "README.md"
keywords = [
    "mei",
    "music",
    "notation",
    "verovio",
    "musicxml",
]
categories = [
    "multimedia::encoding",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/oxur/verovioxide"
resolver = "2"

[features]
bundled-data = [
    "verovioxide-data",
    "tempfile",
]
default = ["bundled-data"]

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

[[example]]
name = "render_abc"
path = "examples/render_abc.rs"

[[example]]
name = "render_all_pages"
path = "examples/render_all_pages.rs"

[[example]]
name = "render_musicxml"
path = "examples/render_musicxml.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.verovioxide-data]
version = "0.2.0"
optional = true

[dependencies.verovioxide-sys]
version = "0.2.0"