id3-json 0.2.0

Read and write ID3 tags in a machine-readable way
Documentation
[badges.circle-ci]
repository = "AndrewRadev/id3-json"
[dependencies.anyhow]
version = "1.0.68"

[dependencies.id3]
version = "1.6.0"

[dependencies.lexopt]
version = "0.2.1"

[dependencies.serde_json]
version = "1.0.91"
[dev-dependencies.tempfile]
version = "3.3.0"

[package]
authors = ["Andrew Radev <andrew.radev@proton.me>"]
categories = ["command-line-utilities", "filesystem"]
description = "Read and write ID3 tags in a machine-readable way"
documentation = "https://docs.rs/id3-image/latest/id3_image"
edition = "2021"
keywords = ["id3", "mp3", "json"]
license = "MIT"
name = "id3-json"
readme = "README.md"
repository = "https://github.com/AndrewRadev/id3-image"
version = "0.2.0"