# 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 = "az_analyze_image" version = "0.1.2" authors = ["Owain Davies"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client library for Azure AI Services Analyze Image (Image Analysis) APIs" readme = "README.md" keywords = [ "analyze-image", "api-client", "azure", "computer-vision", "image-analysis", ] categories = [ "api-bindings", "computer-vision", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/OTheDev/az_analyze_image" [lib] name = "az_analyze_image" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.subtle] version = "2.6.1" [dependencies.thiserror] version = "1.0.66" [dependencies.zeroize] version = "1.8.1" [dev-dependencies.image] version = "0.25.5" [dev-dependencies.imageproc] version = "0.25.0" [dev-dependencies.tokio] version = "1.41.0" features = ["full"]