[dependencies.miette]
version = "7.0.0"
[dependencies.semver]
version = "1.0.14"
[dependencies.thiserror]
version = "2.0"
[lib]
name = "axotag"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library to share tag-parsing code between axodotdev projects"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "axotag"
readme = "README.md"
repository = "https://github.com/axodotdev/axotag"
version = "0.3.0"