isrc 0.1.0

ISRC (International Standard Recording Code) parser library.
Documentation
[dependencies.bitcode]
version = "0.6"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.bincode]
version = "1.3.3"

[dev-dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.toml]
version = "0.8.20"

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

[package]
authors = ["Iha Shin <me@xiniha.dev>", "Jihyeon Kim <simnalamburt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "ISRC (International Standard Recording Code) parser library."
edition = "2024"
keywords = ["isrc", "parser"]
license = "Apache-2.0 OR MIT"
name = "isrc"
readme = "README.md"
repository = "https://github.com/contentstech-com/isrc-rs"
version = "0.1.0"