# 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 = "nyantec-cert-auth" version = "0.1.1" authors = ["The cert-auth Authors "] description = "A library for parsing X.509 Client Certificates" license = "MirOS" repository = "https://github.com/nyantec/nyantec-cert-auth" resolver = "2" [dependencies.der-parser] version = "5.1" [dependencies.hyper] version = "0.14" features = [ "server", "http1", "tcp", ] [dependencies.jsonwebtoken] version = "7.2" [dependencies.rand] version = "0.8.4" [dependencies.reqwest] version = "0.11.9" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.5" features = [ "rt-multi-thread", "macros", ] [dependencies.urlencoding] version = "1.3" [dependencies.x509-parser] version = "0.9"