File: Cargo.toml

package info (click to toggle)
rust-ripcalc 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: makefile: 107; perl: 72
file content (82 lines) | stat: -rw-r--r-- 1,651 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "ripcalc"
version = "0.3.0"
authors = ["ed neville <ed@s5h.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ripcalc, format and lookup IP addresses"
homepage = "https://www.usenix.org.uk/content/ripcalc.html"
documentation = "https://www.usenix.org.uk/content/ripcalc.html"
readme = "README.md"
keywords = [
    "ip",
    "network",
    "csv",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/edneville/ripcalc"

[lib]
name = "ripcalc"
path = "src/lib.rs"

[[bin]]
name = "ripcalc"
path = "src/main.rs"

[[test]]
name = "funcs"
path = "tests/funcs.rs"

[dependencies.cdb]
version = "0.6"

[dependencies.chrono]
version = "0.4"

[dependencies.csv]
version = "1"

[dependencies.dns-lookup]
version = "1"

[dependencies.getopts]
version = "0.2"

[dependencies.maxminddb]
version = "0.24"

[dependencies.nix]
version = "0.30"
features = [
    "signal",
    "net",
    "fs",
]

[dependencies.regex]
version = "1.*"

[dependencies.reqwest]
version = "0.12"
features = ["blocking"]

[dependencies.serde_json]
version = "1"