itsdangerous 0.1.0

Rust port of the popular itsdangerous python library for signing strings and sending them over untrusted channels.
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 = "itsdangerous"
version = "0.1.0"
authors = ["Jake <jh@discordapp.com>"]
include = ["src/*.rs", "Cargo.toml"]
description = "Rust port of the popular itsdangerous python library for signing strings and sending them over untrusted channels."
homepage = "https://github.com/discordapp/itsdangerous-rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/discordapp/itsdangerous-rs"
[dependencies.base64]
version = "0.10.1"

[dependencies.generic-array]
version = "0.12.0"

[dependencies.hmac]
version = "0.7.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha-1]
version = "0.8.1"

[dependencies.typenum]
version = "1.10.0"