# 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 = "inexor-rgf-plugin-http" version = "0.9.1" authors = ["Andreas Schaeffer "] description = "Inexor - Reactive Graph Flow - Plugin - HTTP" readme = "README.md" license = "MIT" repository = "https://github.com/inexorgame/inexor-rgf-plugins" resolver = "1" [package.metadata.cargo-post.dependencies] glob = "0.3" toml = "0.5" [package.metadata.cargo-post.dependencies.serde] features = ["derive"] version = "1.0" [lib] crate-type = ["cdylib"] [dependencies.async-trait] version = "0.1" [dependencies.inexor-rgf-core-di] version = "0.9.1" features = [ "async", "async", ] [dependencies.inexor-rgf-core-model] version = "0.9.1" [dependencies.inexor-rgf-core-plugins] version = "0.9.1" [dependencies.inexor-rgf-core-reactive] version = "0.9.1" [dependencies.inexor-rgf-model-http] version = "0.9.1" [dependencies.inexor-rgf-model-result] version = "0.9.1" [dependencies.inexor-rgf-model-runtime] version = "0.9.1" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" features = [ "std", "serde", "std", "serde", ] [dependencies.log4rs] version = "1.2" features = [ "console_appender", "file_appender", "toml_format", "console_appender", "file_appender", "toml_format", ] [dependencies.paste] version = "1.0" [dependencies.query_interface] version = "0.3" [dependencies.rust-embed] version = "6.6" features = [ "debug-embed", "compression", "debug-embed", "compression", ] [dependencies.serde_json] version = "1.0" [dependencies.ureq] version = "2.4" features = ["json"] [dev-dependencies.inexor-rgf-core-builder] version = "0.9.1"