# 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" rust-version = "1.75.0" name = "socketioxide-parser-common" version = "0.15.1" authors = ["Théodore Prévot <"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common parser for the socketioxide protocol" homepage = "https://github.com/totodore/socketioxide" readme = "README.md" keywords = [ "socketio", "tower", "axum", "hyper", "websocket", ] categories = [ "asynchronous", "network-programming", "web-programming::websocket", ] license = "MIT" repository = "https://github.com/totodore/socketioxide" [lib] name = "socketioxide_parser_common" path = "src/lib.rs" [[bench]] name = "packet_decode" path = "benches/packet_decode.rs" harness = false [[bench]] name = "packet_encode" path = "benches/packet_encode.rs" harness = false [[bench]] name = "value_decode" path = "benches/value_decode.rs" harness = false [[bench]] name = "value_encode" path = "benches/value_encode.rs" harness = false [dependencies.bytes] version = "1.7" features = ["serde"] [dependencies.itoa] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.socketioxide-core] version = "0.15.0" [dev-dependencies.criterion] version = "0.5" features = [ "rayon", "html_reports", ] default-features = false [dev-dependencies.rmpv] version = "1.3" features = ["with-serde"] [features] fuzzing = ["socketioxide-core/fuzzing"]