# 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 = "clerk-fapi-rs" version = "0.1.0" authors = ["@Nipsuli"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An unofficial Rust SDK for the Clerk REST Frontend API" homepage = "https://github.com/TheGrowthEngineeringCompany/clerk-fapi-rs/" readme = "README.md" keywords = [ "clerk", "auth", "frontend", ] license = "MIT" repository = "https://github.com/TheGrowthEngineeringCompany/clerk-fapi-rs/" [lib] name = "clerk_fapi_rs" path = "src/lib.rs" [[example]] name = "basic_usage" path = "examples/basic_usage.rs" [dependencies.anyhow] version = "1.0.0" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.futures] version = "0.3" [dependencies.http] version = "1.0.0" [dependencies.parking_lot] version = "0.12" [dependencies.pin-project-lite] version = "0.2" [dependencies.reqwest] version = "0.12.0" features = [ "json", "multipart", ] [dependencies.reqwest-middleware] version = "0.4.0" features = ["multipart"] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.serde_repr] version = "^0.1" [dependencies.serde_with] version = "^3.8" features = [ "base64", "std", "macros", ] default-features = false [dependencies.tokio] version = "1.0" features = [ "macros", "sync", ] [dependencies.url] version = "^2.5.4" [dependencies.uuid] version = "^1.8" features = [ "serde", "v4", ] [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.mockito] version = "1.2" [dev-dependencies.tokio] version = "1.0" features = [ "full", "test-util", "rt-multi-thread", ]