# 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 = "gveditor-core" version = "0.1.7" authors = ["Marc EspĂ­n Sanz"] description = "Graviton Core" homepage = "https://github.com/Graviton-Code-Editor/Graviton-App/tree/main" readme = "../readme.md" license = "MIT" repository = "https://github.com/Graviton-Code-Editor/Graviton-App/tree/main" resolver = "2" [dependencies.async-trait] version = "0.1.52" [dependencies.gveditor-core-api] version = "0.1.6" [dependencies.hyper-tungstenite] version = "0.8.0" optional = true [dependencies.jsonrpc-core] version = "18.0.0" [dependencies.jsonrpc-core-client] version = "18.0.0" [dependencies.jsonrpc-derive] version = "18.0.0" [dependencies.jsonrpc-http-server] version = "18.0.0" optional = true [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.tokio] version = "1.18.2" features = [ "sync", "rt", ] [dependencies.tracing] version = "0.1.31" [dependencies.url] version = "2.2.2" optional = true [dev-dependencies.tokio-test] version = "0.4.2" [dev-dependencies.tokio-tungstenite] version = "0.17.1" [features] http_client = [ "jsonrpc-http-server", "hyper-tungstenite", "url", ] local_client = []