# 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 = "edc-connector-client" version = "0.3.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust client for EDC" readme = "README.md" keywords = [ "dataspace", "http", ] categories = [] license = "Apache-2.0" repository = "https://github.com/wolf4ood/edc-rs" [lib] name = "edc_connector_client" path = "src/lib.rs" [[example]] name = "get_asset" path = "examples/get_asset.rs" [[test]] name = "asset-tests" path = "tests/asset-tests.rs" [[test]] name = "catalog-tests" path = "tests/catalog-tests.rs" [[test]] name = "contract-agreement-tests" path = "tests/contract-agreement-tests.rs" [[test]] name = "contract-definition-tests" path = "tests/contract-definition-tests.rs" [[test]] name = "contract-negotiation-tests" path = "tests/contract-negotiation-tests.rs" [[test]] name = "dataplane-tests" path = "tests/dataplane-tests.rs" [[test]] name = "edr-tests" path = "tests/edr-tests.rs" [[test]] name = "policy-tests" path = "tests/policy-tests.rs" [[test]] name = "transfer-process-tests" path = "tests/transfer-process-tests.rs" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3.11.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1" features = [ "full", "full", ] [dev-dependencies.uuid] version = "1" features = [ "v4", "v4", ]