# 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 = "poems" version = "0.0.6" description = "poems" license = "MIT" [lib] name = "poems" path = "lib.rs" [[bin]] name = "poems" path = "main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.futures-util] version = "0.3.30" [dependencies.gdbg] version = "0.1.2" features = ["std"] [dependencies.http] version = "1.1.0" [dependencies.log] version = "0.4.21" [dependencies.poem] version = "3.0.0" features = [ "yaml", "static-files", ] [dependencies.poem-openapi] version = "5.0.0" features = [ "swagger-ui", "websocket", ] [dependencies.querystring] version = "1.1.0" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tracing-subscriber] version = "0.3.18"