[package] name = "rs-jsonpath" version = "0.1.0" authors = ["Leclerc Gwendal "] description = "JsonPath library" repository = "https://github.com/gwleclerc/rs-jsonpath" readme = "README.md" keywords = ["JsonPath"] license = "Apache-2.0" license-file = "LICENSE" [dependencies] serde_json = "0.9.4" regex = "0.2.1"