[package]
name = "no_vpn"
version = "0.1.1"
authors = ["ccgauche"]
edition = "2018"
description = "A crate which enable to check if an ip is a VPN, a Proxy or a TOR connection"
license = "MIT"
[dependencies]
rust-crypto = "0.2.36"
chrono = "0.4.6"
reqwest = "0.9.9"
base16 = "0.1.1"