rsef-rs 0.1.2

A library for downloading and parsing RIR Statistics Exchange Format (RSEF) listings.
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 = "rsef-rs"
version = "0.1.2"
authors = ["Christian Veenman <chris_veenman@hotmail.com>"]
exclude = ["README.md", "tests/*", ".travis.yml"]
description = "A library for downloading and parsing RIR Statistics Exchange Format (RSEF) listings."
homepage = "https://github.com/DevQps/rsef-rs"
documentation = "https://docs.rs/rsef-rs"
readme = "README.md"
keywords = ["rsef", "parser"]
categories = ["parsing"]
license = "GPL-3.0"
repository = "https://github.com/DevQps/rsef-rs"
[dependencies.bzip2]
version = "0.3.3"

[dependencies.chrono]
version = "0.4.6"

[dependencies.libflate]
version = "0.1"

[dependencies.reqwest]
version = "0.9.9"
[badges.codecov]
branch = "master"
repository = "DevQps/rsef-rs"
service = "github"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "DevQps/rsef-rs"