# 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 = "yaml-navigator" version = "0.2.1" description = "A library for writing and running queries against YAML" homepage = "https://github.com/felipesere/yaml-navigator" readme = "README.md" license = "MIT" repository = "https://github.com/felipesere/yaml-navigator" [dependencies.gat-lending-iterator] version = "0.1" [dependencies.serde] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.tracing] version = "0.1" [dev-dependencies.expect-test] version = "1" [dev-dependencies.indoc] version = "2" [dev-dependencies.tracing-test] version = "0.2"