# 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 = "ncmdump-rust" version = "0.2.2" authors = ["lucifer9 ", "maghsk "] description = "Convert ncm files from netease to normal flac or mp3. Rust version." readme = "README.md" keywords = ["music"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/maghsk/ncmdump-rust" [dependencies.base64] version = "0.13.0" [dependencies.byteorder] version = "1" [dependencies.clap] version = "3.1.6" [dependencies.id3] version = "0.6.4" [dependencies.json] version = "0.12.4" [dependencies.metaflac] version = "0.2" [dependencies.rust-crypto] version = "^0.2" [dependencies.tempfile] version = "3"