# 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 = "wamp-core" version = "0.1.2" exclude = ["./.vscode"] description = "WAMP core library for parsing messages." documentation = "https://docs.rs/wamp-core/latest/wamp_core/" readme = "./README.md" license = "MIT" repository = "https://github.com/wamp-rs/wamp-core" [dependencies.http] version = "0.2.9" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.9.5" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_repr] version = "0.1.16" [dependencies.tungstenite] version = "0.20.1" features = ["native-tls"]