RPM build fix (reverted CI changes which will need to be un-reverted or made conditional) and vendor Rust dependencies to make builds much faster in any CI system.
This commit is contained in:
54
zeroidc/vendor/jwt/Cargo.toml
vendored
Normal file
54
zeroidc/vendor/jwt/Cargo.toml
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
# 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 = "jwt"
|
||||
version = "0.16.0"
|
||||
authors = ["Michael Yang <mikkyangg@gmail.com>"]
|
||||
description = "JSON Web Token library"
|
||||
homepage = "http://github.com/mikkyang/rust-jwt"
|
||||
documentation = "https://docs.rs/jwt"
|
||||
readme = "README.md"
|
||||
keywords = ["JWT", "token", "web"]
|
||||
license = "MIT"
|
||||
repository = "http://github.com/mikkyang/rust-jwt"
|
||||
[package.metadata.docs.rs]
|
||||
features = ["openssl"]
|
||||
[dependencies.base64]
|
||||
version = "0.13"
|
||||
|
||||
[dependencies.crypto-common]
|
||||
version = "0.1"
|
||||
|
||||
[dependencies.digest]
|
||||
version = "0.10"
|
||||
|
||||
[dependencies.hmac]
|
||||
version = "0.12"
|
||||
features = ["reset"]
|
||||
|
||||
[dependencies.openssl]
|
||||
version = "0.10"
|
||||
optional = true
|
||||
|
||||
[dependencies.serde]
|
||||
version = "1.0"
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.serde_json]
|
||||
version = "1.0"
|
||||
|
||||
[dependencies.sha2]
|
||||
version = "0.10"
|
||||
[dev-dependencies.doc-comment]
|
||||
version = "0.3"
|
||||
Reference in New Issue
Block a user