# 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 = "datastar" version = "0.1.0" authors = ["ravenclaw900 "] description = "A Rust helper library for crafting backend responses for the datastar hypermedia library." readme = "README.md" keywords = [ "datastar", "sse", ] categories = [ "web-programming", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ravenclaw900/datastar-rs" [dependencies.axum-core] version = "0.4.3" optional = true [dependencies.bytes] version = "1.6.0" optional = true [dependencies.futures-core] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" optional = true [dependencies.http] version = "1.1.0" optional = true [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.120" [dev-dependencies.async-stream] version = "0.3.5" [features] axum = [ "dep:axum-core", "dep:http", "dep:futures-util", "dep:bytes", ]