# 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 = "musicxml" version = "1.1.2" authors = ["Will Hedgecock "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "MusicXML parsing, manipulation, and export library" homepage = "https://github.com/hedgetechllc/musicxml" documentation = "https://docs.rs/musicxml/latest/" readme = "README.md" keywords = [ "musicxml", "parser", "deserializer", "music", "format", ] categories = [ "api-bindings", "encoding", "parsing", "no-std", ] license = "MIT" repository = "https://github.com/hedgetechllc/musicxml" [package.metadata.docs.rs] rustdoc-args = [ "--extend-css", "assets/docs.css", ] [lib] name = "musicxml" crate-type = ["rlib"] path = "src/lib.rs" [[example]] name = "read_convert_score1" path = "examples/read_convert_score1.rs" [[example]] name = "read_convert_score2" path = "examples/read_convert_score2.rs" [[example]] name = "read_musicxml_score" path = "examples/read_musicxml_score.rs" [[example]] name = "read_mxl_score" path = "examples/read_mxl_score.rs" [[example]] name = "write_convert_score1" path = "examples/write_convert_score1.rs" [[example]] name = "write_convert_score2" path = "examples/write_convert_score2.rs" [[example]] name = "write_musicxml_score" path = "examples/write_musicxml_score.rs" [[example]] name = "write_mxl_score" path = "examples/write_mxl_score.rs" [dependencies.crc32fast] version = "1.4" default-features = false [dependencies.miniz_oxide] version = "0.8" features = ["with-alloc"] default-features = false [dependencies.musicxml_internal] version = "1.1.2" [dependencies.musicxml_macros] version = "1.1.2" [dependencies.regex] version = "1.10" features = [ "perf-cache", "perf-dfa", "perf-onepass", "perf-backtrack", "perf-inline", ] default-features = false [features] default = ["std"] std = [ "regex/std", "regex/perf-literal", ]