# 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 = "ig-gfx-server" version = "1.0.0" authors = ["Michael Beier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client for intelligentgraphics IG.GFX.Server" readme = "README.md" license = "MIT" [lib] name = "ig_gfx_server" path = "src/lib.rs" [dependencies.openconfiguration] version = "1.4.2" [dependencies.opentelemetry] version = "0.22.0" optional = true [dependencies.opentelemetry-http] version = "0.11.0" optional = true [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.schemars] version = "0.8.21" optional = true [dependencies.serde] version = "1.0.174" [dependencies.serde_json] version = "1.0.103" [dependencies.thiserror] version = "1.0.44" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-opentelemetry] version = "0.23.0" optional = true [dependencies.url] version = "2.4.0" features = ["serde"] [dev-dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4.2" [features] otel = [ "dep:opentelemetry", "dep:opentelemetry-http", "dep:tracing-opentelemetry", ] schema = ["dep:schemars"]