# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nu_plugin_id3" version = "0.3.0" authors = ["notryanb@gmail.com "] exclude = ["images"] description = "An id3 reading plugin for Nushell" documentation = "https://github.com/notryanb/nu_plugin_id3" readme = "README.md" license = "MIT" repository = "https://github.com/notryanb/nu_plugin_id3" [dependencies.id3] version = "0.5" [dependencies.nu-errors] version = "0.26.0" [dependencies.nu-plugin] version = "0.26.0" [dependencies.nu-protocol] version = "0.26.0" [dependencies.nu-source] version = "0.26.0" [dependencies.url] version = "2.1.1" [dependencies.walkdir] version = "2"