# 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 = "knativity" version = "0.0.3" authors = ["Konstantin-Ikaros Kanellopoulos"] description = "Unofficial Rust SDK for Knative" documentation = "https://docs.rs/knativity" readme = "README.md" license = "Apache-2.0" repository = "https://codeberg.org/ikaros/knativity" [dependencies.async-trait] version = "0.1" [dependencies.backoff] version = "0.4" features = ["tokio"] [dependencies.cloudevents-sdk] version = "0.7" features = [ "http-binding", "hyper", "http-body", "reqwest", ] [dependencies.http] version = "1" [dependencies.reqwest] version = "0.11" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" [dev-dependencies.chrono] version = "0.4.34" [dev-dependencies.serde_json] version = "1.0.113" [dev-dependencies.tokio] version = "1" features = [ "full", "full", ] [dev-dependencies.tracing-subscriber] version = "0.3"