[package] name = "cborpath" version = "0.5.0" 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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [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"