# 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 = "wick-interface-http" version = "0.4.0" description = "HTTP interface types for the wick framework and components" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/candlecorp/wick" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.wick-component] version = "0.17.0" default-features = false [dev-dependencies.anyhow] version = "1.0" features = ["std"] default-features = false [dev-dependencies.serde-value] version = "0.7" default-features = false [dev-dependencies.test-logger] version = "0.2.0" package = "wick-test-logger" [dev-dependencies.tokio] version = "1.33" features = [ "macros", "rt-multi-thread", ] default-features = false [dev-dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.wick-component] version = "0.17.0" features = [] default-features = false [dev-dependencies.wick-logger] version = "0.4.0" [build-dependencies.wick-component-codegen] version = "0.6.0" [features] default = [] localgen = []