# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cerk_port_dummies" version = "0.2.11" authors = ["Linus Basig ", "Fabrizio Lazzaretti "] description = "This is a package for CERK. CERK is an open source CloudEvents Router written in Rust with a MicroKernel architecture." homepage = "https://github.com/ce-rust/cerk" documentation = "https://github.com/ce-rust/cerk" readme = "README.md" keywords = ["cloudevents", "router", "cerk"] license = "Apache-2.0" repository = "https://github.com/ce-rust/cerk" [dependencies.anyhow] version = "1.0" [dependencies.cerk] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.cloudevents-sdk] version = "0.3.0" [dependencies.env_logger] version = "0.8" [dependencies.log] version = "0.4.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.cerk_runtime_threading] version = "0.2" [dev-dependencies.ctor] version = "0.1"