# 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-core" version = "0.15.1" authors = ["Théodore Prévot <"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core of the socketioxide library. Contains basic types and interfaces for the socketioxide crate and the parser sub-crates" 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_core" path = "src/lib.rs" [dependencies.arbitrary] version = "1.3.2" features = ["derive"] optional = true [dependencies.bytes] version = "1.7" features = ["serde"] [dependencies.engineioxide] version = "0.15.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [features] fuzzing = ["dep:arbitrary"]