inspirer 0.1.1

For working with LaTeX, inspirehep.net, and BibTeX/BibLaTeX
Documentation
[package]
authors = ["Nathan Musoke <nathan.musoke@gmail.com>"]
categories = ["command-line-utilities", "science"]
description = "For working with LaTeX, inspirehep.net, and BibTeX/BibLaTeX"
keywords = ["latex", "bibtex", "physics", "inspire", "inspirehep"]
license = "Apache-2.0"
name = "inspirer"
publish = true
readme = "README.md"
repository = "https://github.com/musoke/inspirer"
version = "0.1.1"

[badges]

[badges.appveyor]
branch = "master"
repository = "musoke/inspirer"
service = "github"

[badges.gitlab]
branch = "master"
repository = "musoke/inspirer"

[badges.travis-ci]
branch = "master"
repository = "musoke/inspirer"

[dependencies]
clap = "2.20.0"
error-chain = "0.10.0"
lazy_static = "0.2.8"
regex = "0.2"
select = "0.3.0"
slog = "1.4.1"
slog-stdlog = "1.1.0"
slog-term = "1.4.0"

[dependencies.libads]
# git = "https://github.com/musoke/libads"
version = "0.1.0-beta"

[dependencies.libinspire]
# git = "https://github.com/musoke/libinspire"
# branch = "no-https"
version = "0.1.0-beta-no-https"

[dev-dependencies]
nom-bibtex = "0.2.0"
tempdir = "0.3.5"

[profile]

[profile.release]
lto = true