# 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 = "cryptol_client" version = "0.1.1" description = "`cryptol_client` is a collection of utilities for connecting to and interacting with a running `cryptol-remote-api` instance." readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/weaversa/cryptol-rust-client" [lib] name = "cryptol_client" path = "src/lib.rs" [[example]] name = "sha384" [dependencies.jsonrpsee] version = "0.16.2" features = [ "jsonrpsee-core", "jsonrpsee-http-client", ] [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.93" [dependencies.tokio] version = "1.25.0" features = ["full"]