# 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 = "powerplatform-dataverse-service-client" version = "0.2.3" authors = ["Morten Römer"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "unofficial rust client library for connecting to Microsoft Dataverse environments" readme = "README.md" keywords = [ "dataverse", "powerplatform", "dynamics", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/MortenRoemer/powerplatform-dataverse-service-client" [lib] name = "powerplatform_dataverse_service_client" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.lazy_static] version = "1.5" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.39" features = ["full"] [dependencies.uuid] version = "1.10" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ] [features] default = ["native-tls"] native-tls = ["reqwest/default-tls"] rustls = ["reqwest/rustls-tls"]