biscuit 0.3.1

A library to work with Javascript Object Signing and Encryption(JOSE), including JSON Web Tokens (JWT), JSON Web Signature (JWS) and JSON Web Encryption (JWE).
Documentation
# 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 = "biscuit"
version = "0.3.1"
authors = ["Yong Wen Chua <me@yongwen.xyz>", "Vincent Prouillet <vincent@wearewizards.io>"]
description = "A library to work with Javascript Object Signing and Encryption(JOSE),\nincluding JSON Web Tokens (JWT), JSON Web Signature (JWS) and JSON Web Encryption (JWE)."
homepage = "https://github.com/lawliet89/biscuit"
documentation = "https://docs.rs/biscuit/"
readme = "README.md"
keywords = ["jwt", "json", "jose", "jwe", "jws"]
categories = ["authentication", "web-programming"]
license = "MIT"
repository = "https://github.com/lawliet89/biscuit"

[lib]
name = "biscuit"
path = "src/lib.rs"
test = true
doctest = true
doc = true
[dependencies.chrono]
version = "0.4.2"

[dependencies.data-encoding]
version = "2.1.1"

[dependencies.lazy_static]
version = "1.0.0"

[dependencies.num]
version = "0.2"

[dependencies.ring]
version = "0.16.5"

[dependencies.serde]
version = "1.0.92"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.url]
version = "^2.0"
[dev-dependencies.serde_test]
version = "1.0"
[badges.travis-ci]
repository = "lawliet89/biscuit"