# 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 = "axum-cometd" version = "0.9.4" description = "Framework for CometD server creation" homepage = "https://github.com/BratSinot/axum-cometd" readme = "README.md" keywords = [ "http", "cometd", "axum", ] categories = ["web-programming"] license = "Apache-2.0" repository = "https://github.com/BratSinot/axum-cometd" [dependencies.ahash] version = "0.8.*" [dependencies.async-broadcast] version = "0.5.*" [dependencies.axum] version = "0.6.*" features = ["json"] default-features = false [dependencies.axum-extra] version = "0.7.*" features = ["cookie"] [dependencies.rand] version = "0.8.*" [dependencies.regex] version = "1.8.*" features = [ "std", "perf", ] default-features = false [dependencies.serde] version = "1.0.*" features = ["derive"] [dependencies.serde_json] version = "1.0.*" [dependencies.serde_with] version = "3.0.*" features = ["macros"] default-features = false [dependencies.thiserror] version = "1.0.*" [dependencies.tokio] version = "1" features = [ "macros", "sync", "rt", "time", ] [dependencies.tracing] version = "0.1.*" [dev-dependencies.hyper] version = "0.14.*" [dev-dependencies.tower] version = "0.4.*" default-features = false [features]