# 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-rs" version = "0.1.1" authors = ["Dan K "] description = "Open exchange format for user data between Digital Audio Workstations (DAWs) based on DawProject in Rust." homepage = "https://github.com/leichak" documentation = "https://github.com/leichak/dawproject-rs/README.md" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/leichak/dawproject-rs" [dependencies.cargo-limit] version = "0.0.10" [dependencies.dotenv] version = "0.15.0" [dependencies.fake] version = "2.9.2" features = [ "derive", "always-true-rng", ] [dependencies.once_cell] version = "1.19.0" [dependencies.quick-xml] version = "0.31.0" features = ["serialize"] [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.uuid] version = "1.6.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.xml] version = "0.8.10" [dependencies.zip] version = "0.6.6"