# 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 = "2018" name = "music_book_builder" version = "0.1.2" authors = ["eddycurrent "] description = "music e-book builder" license = "MIT" [dependencies.clap] version = "3.1.6" features = ["derive", "cargo"] [dependencies.indicatif] version = "0.16.2" features = ["rayon"] [dependencies.log] version = "0.4.14" [dependencies.rayon] version = "1.5.1" [dependencies.reqwest] version = "0.11.10" features = ["blocking", "multipart"] [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" [dependencies.simplelog] version = "0.11.2" [dependencies.uuid] version = "0.8.2" features = ["v4"] [dependencies.zip] version = "0.6.0"