ectoken 0.1.0

Token Generator for Edgecast Token-Based Authentication from Verizon Digital Media Services
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ectoken"
version = "0.1.0"
authors = ["BenoƮt Burnichon <bburnichon@gmail.com>"]
edition = "2018"
description = "Token Generator for Edgecast Token-Based Authentication from Verizon Digital Media Services"
license = "MIT/Apache-2.0"
homepage = "https://github.com/deezer/rust-ectoken"
repository = "https://github.com/deezer/rust-ectoken"
readme = "README.md"

[dependencies]
base64 = "^0.10"
rand = "^0.6" 
rust-crypto = "^0.2"