netrc_util 0.1.0

A simple libary for parsing netrc files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "netrc_util"
version = "0.1.0"
edition = "2021"
authors = ["Nils de Groot <nils@peeko.nl>"]
license = "MIT"
description = "A simple libary for parsing netrc files"
readme = "README.md"
homepage = "https://www.github.com/nils-degroot/netrc_util"
repository = "https://www.github.com/nils-degroot/netrc_util"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nom = "7.1.3"
url = "2.5.0"
anyhow = "1.0.81"