bearer 0.2.3

Command line utility to generate HTTP Authorization header with bearer tokens. This is achieved with OAuth2 authorization code and refresh token workflow.
# 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]
name = "bearer"
version = "0.2.3"
authors = ["Guillaume Gauvrit <guillaume@gauvr.it>"]
description = "Command line utility to generate HTTP Authorization header\n with bearer tokens. This is achieved with OAuth2 authorization code and\n refresh token workflow."
documentation = "https://docs.rs/crate/bearer"
readme = "README.md"
keywords = ["OAuth2"]
categories = ["authentication", "command-line-interface"]
license = "BSD-3-Clause"
repository = "https://github.com/mardiros/bearer"
[dependencies.log]
version = "^0.3.7"

[dependencies.pretty_env_logger]
version = "^0.1.0"

[dependencies.clap]
version = "^2.21.1"

[dependencies.cabot]
version = "^0.1.3"

[dependencies.url]
version = "^1.4.0"

[dependencies.chrono]
version = "^0.3.0"

[dependencies.tilde-expand]
version = "^0.1.1"

[dependencies.toml]
version = "^0.3.1"

[dependencies.serde_json]
version = "^0.9.9"

[dependencies.serde]
version = "^0.9.11"

[dependencies.libc]
version = "^0.2.21"

[dependencies.serde_derive]
version = "^0.9.11"
[dev-dependencies.rand]
version = "^0.3.15"