File: Cargo.toml

package info (click to toggle)
rust-netlink-packet-core 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,046 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
# 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 = "netlink-packet-core"
version = "0.7.0"
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
description = "netlink packet types"
homepage = "https://github.com/rust-netlink/netlink-packet-core"
readme = "README.md"
keywords = [
    "netlink",
    "linux",
]
license = "MIT"
repository = "https://github.com/rust-netlink/netlink-packet-core"

[dependencies.anyhow]
version = "1.0.31"

[dependencies.byteorder]
version = "1.3.2"

[dependencies.netlink-packet-utils]
version = "0.5.2"

[dev-dependencies.netlink-packet-route]
version = "0.13.0"