[package] name = "brctl" version = "1.0.0" edition = "2021" authors = ["Vinicios Lugli "] description = "A wrapper for brctl(ethernet bridge administration)" license = "GPL-3.0" repository = "https://github.com/ViniciosLugli/brctl-rs" readme = "README.md" keywords = ["brctl", "bridge", "ethernet", "network"] categories = [ "api-bindings", "command-line-interface", "network-programming", "os::linux-apis", "development-tools::debugging", ] [dependencies] log = "0.4.22" env_logger = "0.11.5" regex = "1.10.6" lazy-regex = "3.3.0"