# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sppparse" version = "0.1.4" authors = ["Francis Le Roy "] description = "Sparsed pointer parser for JSON/YAML" readme = "../README.md" keywords = ["json", "yaml", "sparse", "pointer", "parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/basiliqio/sppparse" [dependencies.getset] version = "0.1.1" [dependencies.path-absolutize] version = "3.0.6" [dependencies.path-clean] version = "0.1.0" [dependencies.rand] version = "0.8" [dependencies.semver_inner] version = "0.11" optional = true package = "semver" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_path_to_error] version = "0.1.4" [dependencies.serde_yaml] version = "0.8" [dependencies.sppparse_derive] version = "0.1.3" [dependencies.thiserror] version = "1" [dependencies.url_inner] version = "2" optional = true package = "url" [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-check", "run-cargo-fmt"] default-features = false [dev-dependencies.insta] version = "1.5" [dev-dependencies.tempfile] version = "3" [features] semver = ["semver_inner"] url = ["url_inner"]