[package] name = "ory-oathkeeper-client" version = "0.40.8" authors = ["hi@ory.am"] description = "ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies." # Override this license by providing a License Object in the OpenAPI. license = "Unlicense" edition = "2021" [dependencies] serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" url = "^2.5" uuid = { version = "^1.8", features = ["serde", "v4"] } reqwest = { version = "^0.12", features = ["json", "multipart"] }