# 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 = "dawproject" version = "0.8.2" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A port of DAWproject in Rust." documentation = "https://docs.rs/dawproject/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/hifa-lang/dawproject.git" [lib] name = "dawproject" path = "src/lib.rs" [[test]] name = "io" path = "tests/io.rs" [[test]] name = "read" path = "tests/read.rs" [dependencies.hifa-xml-schema] version = "0.3.5" [dependencies.hifa-xml-schema-derive] version = "0.3.5" [dependencies.hifa_yaserde] version = "0.9.3" [dependencies.hifa_yaserde_derive] version = "0.9.3" [dependencies.thiserror] version = "1.0.58" [dependencies.xml-rs] version = "0.8" [dependencies.zip] version = "2.1.6" features = ["deflate"] default-features = false