# 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 = "humblegen-rt" version = "0.4.0" authors = ["Marc Brinkmann ", "Christian Schwarz ", "Reiner Dolp "] description = "Runtime for the code generated by the humblegen code generator" license = "Apache-2.0 OR MIT" [dependencies.anyhow] version = "1.0.31" [dependencies.async-trait-with-sync] version = "0.1.36" [dependencies.base64] version = "0.12" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derivative] version = "2.1.1" [dependencies.downcast-rs] version = "1.1.1" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.13" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.7.3" [dependencies.regex] version = "1.3.7" [dependencies.serde] version = "1.0.110" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.6.1" [dependencies.tokio] version = "0.2.20" features = ["rt-threaded", "tcp", "macros"] [dependencies.tracing] version = "0.1.15" [dependencies.tracing-futures] version = "0.2.4" [dependencies.uuid] version = "0.8" features = ["serde"]