Docs.rs
bearer-0.2.1
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bearer 0.2.1
Command line utility to generate HTTP Authorization header for bearer tokens as describes in RFC 6750.
Crate
Source
Builds
Feature flags
Links
mardiros/bearer
3
0
0
crates.io
Dependencies
serde_derive ^0.9.11
normal
serde_json ^0.9.9
normal
libc ^0.2.21
normal
url ^1.4.0
normal
chrono ^0.3.0
normal
pretty_env_logger ^0.1.0
normal
clap ^2.21.1
normal
serde ^0.9.11
normal
log ^0.3.7
normal
toml ^0.3.1
normal
curl ^0.4.6
normal
tilde-expand ^0.1.1
normal
rand ^0.3.15
normal
Versions
0.2.3
(2017-06-09)
0.2.2
(2017-04-08)
0.2.1
(2017-04-05)
0.2.0
(2017-04-02)
0.1.0
(2017-03-22)
Owners
bearer-0.2.1 is not a library.
Bearer
curl -H "$(bearer client_name)" "http://<oauth2 api>" | jq