# 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 = "romp" version = "0.5.2" authors = ["teknopaul "] description = "STOMP server and WebSockets platform" homepage = "https://tp23.org" readme = "readme.md" keywords = ["STOMP", "messaging", "WebSockets", "xtomp"] license = "LGPL-3.0" repository = "https://gitlab.com/teknopaul/romp" [dependencies.base16] version = "0.2.1" [dependencies.base64] version = "0.11.0" [dependencies.chashmap] version = "2.2.2" [dependencies.chrono] version = "0.4.9" [dependencies.futures] version = "0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.66" [dependencies.log] version = "0.4.8" [dependencies.log4rs] version = "0.8.3" [dependencies.sanename] version = "0.1.1" [dependencies.serde] version = "1.0.101" [dependencies.serde_derive] version = "1.0.101" [dependencies.sha1] version = "0.6.0" [dependencies.sha2] version = "0.8.0" [dependencies.tokio] version = "0.1.22" [dependencies.tokio-signal] version = "0.2.7" [dependencies.toml] version = "0.5.3" [dependencies.totems] version = "0.2.7"