# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "jsonwebkey-convert" version = "0.3.0" authors = ["Okamura Yasunobu "] description = "Convert an RSA public key between Json Web Key and DER/PEM format." homepage = "https://github.com/informationsea/jsonwebkey-rs" readme = "README.md" keywords = ["jsonwebkey", "jsonwebtoken"] categories = ["authentication"] license = "Apache-2.0" repository = "https://github.com/informationsea/jsonwebkey-rs" [dependencies.base64] version = "^0.13" [dependencies.jsonwebtoken] version = "^7.2" optional = true [dependencies.lazy_static] version = "1" [dependencies.num-bigint] version = "^0.3" [dependencies.pem] version = "0.8" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.simple_asn1] version = "^0.5.1" optional = true [dependencies.thiserror] version = "1" [features] default = [] full = ["jsonwebtoken", "pem_support"] pem_support = ["simple_asn1", "pem"]