ur-parse-lib 1.0.8

UR parsing and encoding helpers built on Keystone UR registry
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 = "2024"
name = "ur-parse-lib"
version = "1.0.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UR parsing and encoding helpers built on Keystone UR registry"
homepage = "https://github.com/KeystoneHQ/keystone-sdk-rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/KeystoneHQ/keystone-sdk-rust"
resolver = "2"

[features]
core = ["ur-registry/core"]
default = ["core"]
std = ["ur-registry/std"]

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

[dependencies.hex]
version = "0.4.3"
features = ["alloc"]
default-features = false

[dependencies.ur]
version = "0.1.0"
default-features = false
package = "keystone-ur"

[dependencies.ur-registry]
version = "1.0.6"
features = ["core"]
default-features = false