isbn2 0.4.0

A library for handling ISBNs.
Documentation
[build-dependencies.codegen]
version = "0.1"

[build-dependencies.roxmltree]
version = "0.13.0"
[dependencies.arrayvec]
default-features = false
version = "0.5.2"

[dependencies.indexmap]
default-features = false
optional = true
version = "1.6.1"

[dependencies.quick-xml]
optional = true
version = "0.20.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[features]
runtime-ranges = ["quick-xml", "indexmap"]
serialize = ["serde"]

[package]
authors = ["Jihyeok Seo <limeburst@ridi.com>", "Philippe Solodov <solop1906@gmail.com>"]
description = "A library for handling ISBNs."
edition = "2018"
license = "MIT"
name = "isbn2"
repository = "https://github.com/philippeitis/isbn-rs"
version = "0.4.0"