[package] name = "romp" version = "0.5.2" authors = ["teknopaul "] edition = "2018" description = "STOMP server and WebSockets platform" homepage = "https://tp23.org" repository = "https://gitlab.com/teknopaul/romp" license = "LGPL-3.0" readme = "readme.md" keywords = ["STOMP", "messaging", "WebSockets", "xtomp"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" base16 = "0.2.1" base64 = "0.11.0" chashmap = "2.2.2" chrono = "0.4.9" futures = "0.1" libc = "0.2.66" log = "0.4.8" log4rs = "0.8.3" # Tokio 1.x before async hit the scene tokio = "0.1.22" tokio-signal = "0.2.7" totems = "0.2.7" toml = "0.5.3" sanename = "0.1.1" serde = "1.0.101" serde_derive = "1.0.101" sha1 = "0.6.0" sha2 = "0.8.0"