# 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 = "2021" name = "rusty_network_manager" version = "0.5.3" description = "A crate for interacting with network_manager using zbus" homepage = "https://github.com/KevinVoell/network_manager" readme = "README.md" keywords = [ "network_manager", "networking", "zbus", ] categories = [] license = "MIT" repository = "https://github.com/KevinVoell/network_manager" [dependencies.bitflags] version = "2" [dependencies.zbus] version = "4.1.1" [features] access_point = [] active = [] adsl = [] agent_manager = [] bluetooth = [] bond = [] bridge = [] checkpoint = [] connection = [] default = ["full"] device = [] dhcp4config = [] dhcp6config = [] dummy = [] full = [ "access_point", "active", "adsl", "agent_manager", "bluetooth", "bond", "bridge", "checkpoint", "connection", "device", "dhcp4config", "dhcp6config", "dummy", "generic", "hsr", "infiniband", "ip4config", "ip6config", "iptunnel", "loopback", "lowpan", "macsec", "macvlan", "modem", "nsp", "olpc_mesh", "ovs_bridge", "ovs_interface", "ovs_port", "plugin", "ppp", "secret_agent", "settings", "statistics", "team", "tun", "verth", "veth", "vlan", "vrf", "vxlan", "wi_max", "wifi_p2p", "wifi_p2ppeer", "wire_guard", "wireless", "wired", "wpan", ] generic = [] hsr = [] infiniband = [] ip4config = [] ip6config = [] iptunnel = [] loopback = [] lowpan = [] macsec = [] macvlan = [] modem = [] nsp = [] olpc_mesh = [] ovs_bridge = [] ovs_interface = [] ovs_port = [] plugin = [] ppp = [] secret_agent = [] settings = [] statistics = [] team = [] tun = [] verth = [] veth = [] vlan = [] vrf = [] vxlan = [] wi_max = [] wifi_p2p = [] wifi_p2ppeer = [] wire_guard = [] wired = [] wireless = [] wpan = []