id3-json 0.3.0

Read and write ID3 tags in a machine-readable way
Documentation
# 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 = "id3-json"
version = "0.3.0"
authors = ["Andrew Radev <contact@andrewra.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read and write ID3 tags in a machine-readable way"
documentation = "https://docs.rs/id3-json/latest/id3_json"
readme = "README.md"
keywords = [
    "id3",
    "mp3",
    "json",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/AndrewRadev/id3-json"

[badges.circle-ci]
repository = "AndrewRadev/id3-json"

[lib]
name = "id3_json"
path = "src/lib.rs"

[[bin]]
name = "id3-json"
path = "src/main.rs"

[[test]]
name = "test_input"
path = "tests/test_input.rs"

[[test]]
name = "test_json"
path = "tests/test_json.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.id3]
version = "1.16.4"

[dependencies.lexopt]
version = "0.3.2"

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.tempfile]
version = "3.27.0"

[profile.dist]
lto = "thin"
inherits = "release"