# 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] name = "asap_deps_jsonwebtoken" version = "4.0.1-dev" authors = ["Vincent Prouillet ", "acheronfail "] description = "FORK OF `jsonwebtoken`: minor changes made for `asap` lib." homepage = "https://github.com/acheronfail/rust-jwt" readme = "README.md" keywords = ["jwt", "web", "api", "token", "json"] license = "MIT" repository = "https://github.com/acheronfail/rust-jwt" [dependencies.base64] version = "0.9" [dependencies.chrono] version = "0.4" [dependencies.error-chain] version = "0.11" default-features = false [dependencies.ring] version = "0.12.0" features = ["rsa_signing", "dev_urandom_fallback"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.untrusted] version = "0.5"