# 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.2.0" authors = ["Christian Veenman "] exclude = ["README.md", "tests/*", ".github/*"] 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", "rir"] categories = ["parsing"] license = "GPL-3.0" repository = "https://github.com/DevQps/rsef-rs" [dependencies.bzip2] version = "0.3" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.libflate] version = "1.0" optional = true [dependencies.reqwest] version = "0.9" optional = true [features] default = [] download = ["reqwest", "bzip2", "libflate", "chrono"] [badges.codecov] branch = "master" repository = "DevQps/rsef-rs" service = "github" [badges.maintenance] status = "actively-developed"