# 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 = "2018" name = "confql-data-resolver" version = "0.5.0" description = "Internal yaml data resolver for confql" keywords = ["graphql", "yaml"] license = "MIT" repository = "https://github.com/olidacombe/confql" [dependencies.itertools] version = "0.10.1" [dependencies.juniper] version = "0.15.7" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_yaml] version = "0.8.21" [dependencies.thiserror] version = "1.0.29" [dev-dependencies.color-eyre] version = "0.5.11" [dev-dependencies.indoc] version = "1.0.3" [dev-dependencies.test-files] version = "0.1.0"