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