# 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 = "clique-client-sdk" version = "0.1.14" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Clique Client SDK" readme = "README.md" license = "Apache-2.0" [lib] name = "clique_client_sdk" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [[test]] name = "test_fibonacci_task" path = "tests/test_fibonacci_task.rs" [[test]] name = "test_https_request_task" path = "tests/test_https_request_task.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clique-sibyl-commonlib] version = "2.3.2" features = ["rustls-0_23"] [dependencies.clique-types] version = "0.1" features = ["query"] [dependencies.reqwest] version = "0.12.5" features = [ "json", "rustls-tls", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.38.0" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.38.0" features = [ "full", "test-util", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]