# 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 = "rust-cfzt-validator" version = "0.1.0" include = ["src/*.rs"] description = "A library crate for validation of Cloudflare Zero Trust JWTs" readme = "README.md" license = "MIT" repository = "https://github.com/jacobneiltaylor/rust-cfzt-validator" [lib] name = "rust_cfzt_validator" path = "src/lib.rs" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" [dependencies.ureq] version = "2.9.7" features = ["json"]