[package]
name = "cborpath"
version = "0.4.1"
keywords = ["cbor", "cborpath"]
categories = ["parser-implementations", "parsing"]
description = "CborPath engine written in Rust"
homepage = "https://github.com/dahomey-technologies/cborpath-rs"
repository = "https://github.com/dahomey-technologies/cborpath-rs"
documentation = "https://docs.rs/cborpath"
readme = "README.md"
license-file = "LICENSE"
edition = "2021"
[dependencies]
cbor-data = "0.8"
regex = "1.7"
log = "0.4"
[dev-dependencies]
serial_test = "1.0"
cbor-diag = "0.1"
env_logger = "0.10"