# 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 = "ids-daps-client" version = "0.2.1" authors = ["Maximilian Schoenenberg "] build = false exclude = ["testdata/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A client to connect with the IDS DAPS." readme = "README.md" keywords = [ "ids", "daps", "client", "dataspace", ] license = "Apache-2.0" repository = "https://github.com/truzzt/ids-daps-client-rs" [lib] name = "ids_daps_client" path = "src/lib.rs" [dependencies.async-lock] version = "3.4.0" [dependencies.async-trait] version = "0.1.81" [dependencies.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.derive_builder] version = "0.20.0" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.openssl] version = "0.10.66" [dependencies.reqwest] version = "0.12.5" features = [ "json", "http2", ] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.2" [dependencies.uuid] version = "1.10.0" features = ["v7"] [dev-dependencies.testcontainers] version = "0.23" [dev-dependencies.tokio] version = "1.39.2" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] default = ["dep:reqwest"]