jsonwebtoken/Cargo.toml

18 lines
368 B
TOML
Raw Normal View History

2015-10-31 11:37:15 -04:00
[package]
name = "jwt"
version = "0.1.0"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
readme = "README.md"
description = "Create and parse JWT."
keywords = ["jwt", "web", "api", "token"]
[dependencies]
rustc-serialize = "0.3"
clippy = {version = "0.0.22", optional = true}
2015-11-01 14:32:43 -05:00
rust-crypto = "0.2.34"
2015-10-31 11:37:15 -04:00
[features]
default = []
dev = ["clippy"]