# 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 = "tinql" version = "0.1.6" authors = ["Oli Dacombe"] description = "Tinkerbell GraphQL server wrapping tinkc client" homepage = "https://github.com/olidacombe/tinkc" license = "MIT OR Apache-2.0" repository = "https://github.com/olidacombe/tinkc" [dependencies.chrono] version = "0.4.19" [dependencies.env_logger] version = "0.9.0" [dependencies.eyre] version = "0.6.6" [dependencies.juniper] version = "0.15.9" [dependencies.juniper_codegen] version = "0.15.9" [dependencies.juniper_warp] version = "0.7.0" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.thiserror] version = "1.0.30" [dependencies.tinkc] version = "0.1.0" [dev-dependencies.tokio] version = "1.17.0" [dev-dependencies.warp] version = "0.3.2"