[package] name = "as-ohttp-client" version = "0.1.0" edition = "2021" authors = ["Ted Campbell "] description = "An Oblivious HTTP client for iOS applications" license = "MPL-2.0" exclude = ["/ios"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] uniffi = { version = "0.31" } thiserror = "2" parking_lot = "0.12" rusqlite = { version = "0.37.0", features = ["bundled"] } bhttp = "0.7.2" ohttp = { version = "0.7.2", default-features = false, features = ["client", "server", "app-svc", "external-sqlite"] } [build-dependencies] uniffi = { version = "0.31", features=["build"]}