# 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 = "linera-service-graphql-client" version = "0.13.1" authors = ["Linera "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A GraphQL client for Linera node service" homepage = "https://linera.dev" documentation = "https://docs.rs/linera-service-graphql-client/latest/linera_service_graphql_client/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/linera-io/linera-protocol" [lib] name = "linera_service_graphql_client" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [[test]] name = "test_check_service_schema" path = "tests/test_check_service_schema.rs" [dependencies.graphql_client] version = "0.13" features = ["reqwest-rustls"] [dependencies.linera-base] version = "0.13.1" [dependencies.reqwest] version = "0.11.24" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0.197" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1.0.65" [dev-dependencies.linera-service] version = "0.13.1" features = ["test"] default-features = false [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.test-log] version = "0.2.15" features = [ "trace", "trace", ] default-features = false [dev-dependencies.tokio] version = "1.36.0" features = [ "full", "test-util", ] [dev-dependencies.tracing] version = "0.1.40" features = ["release_max_level_debug"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", ] default-features = false [features] default = ["rocksdb"] dynamodb = ["linera-service/dynamodb"] rocksdb = ["linera-service/rocksdb"] scylladb = ["linera-service/scylladb"] storage-service = ["linera-service/storage-service"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.linera-chain] version = "0.13.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.linera-core] version = "0.13.1" default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.linera-execution] version = "0.13.1" default-features = false