# 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 = "surreal-simple-client" version = "0.2.0" description = "An async Rust client for SurrealDB's RPC endpoint" readme = "README.md" keywords = [ "surrealdb", "client", "rpc", "websocket", ] categories = ["database"] license = "MIT" repository = "https://github.com/Aelto/surreal-simple-client" [dependencies.actix-web] version = "4" optional = true [dependencies.futures] version = "0.3" [dependencies.nanoid] version = "0.4.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tokio-stream] version = "0.1.10" [dependencies.tokio-tungstenite] version = "0.17.2" [dev-dependencies.nanoid] version = "0.4.0" [dev-dependencies.serde] version = "1.0.144" features = ["derive"] [dev-dependencies.surreal-simple-querybuilder] version = "0.3.1" [features] actix = ["dep:actix-web"]