# 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 = "jsonrpc-base" version = "0.2.0" authors = ["Victor Lopez "] description = "A minimalistic types implementation of the JSON-RPC protocol" documentation = "https://docs.rs/jsonrpc-base/" readme = "README.md" keywords = [ "jsonrpc", "json-rpc", ] license = "MIT/Apache-2.0" repository = "https://github.com/vlopes11/jsonrpc-base" [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.uuid] version = "1.3" features = ["v4"] optional = true default-features = false [features] default = [ "std", "uuid", ] std = []