elite-rpc 0.0.4

Type Safe JSON RPC like client with different transport and protocols layers.
Documentation
# 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 = "elite-rpc"
version = "0.0.4"
authors = ["Vincenzo Palazzo <vincenzopalazzodev@gmail.com>"]
description = "Type Safe JSON RPC like client with different transport and protocols layers."
homepage = "https://github.com/vincenzopalazzo/elite-rpc"
readme = "README.md"
keywords = [
    "rpc-api",
    "generic-api-lib",
    "rpc",
    "elite-lib",
    "elite-rpc",
]
license = "Apache-2.0"
repository = "https://github.com/vincenzopalazzo/elite-rpc.git"

[dependencies.anyhow]
version = "1.0.81"

[dependencies.curl]
version = "0.4.44"
optional = true

[dependencies.log]
version = "0.4.17"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.env_logger]
version = "0.9.3"

[features]
curl = ["dep:curl"]