forked from nuew/postgres-inet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (20 loc) · 681 Bytes
/
Cargo.toml
File metadata and controls
23 lines (20 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "postgres-inet"
version = "0.19.0"
authors = ["Nuew <code@nuew.net>"]
license = "Apache-2.0"
description = "CIDR/INET support for rust-postgres"
repository = "https://github.com/nuew/postgres-inet"
documentation = "https://docs.rs/postgres-inet"
readme = "README.md"
keywords = ["database", "network", "postgres", "postgresql", "sql"]
categories = ["database", "network-programming"]
[badges]
travis-ci = { repository = "nuew/postgres-inet", branch = "master" }
maintenance = { status = "passively-maintained" }
[dependencies]
bytes = "0.5"
ipnetwork = { version = ">=0.7, <0.16", optional = true }
postgres-types = "0.2"
[dev-dependencies]
postgres = "0.19.2"