# 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 = "brctl" version = "1.0.0" authors = ["Vinicios Lugli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapper for brctl(ethernet bridge administration)" readme = "README.md" keywords = [ "brctl", "bridge", "ethernet", "network", ] categories = [ "api-bindings", "command-line-interface", "network-programming", "os::linux-apis", "development-tools::debugging", ] license = "GPL-3.0" repository = "https://github.com/ViniciosLugli/brctl-rs" [lib] name = "brctl" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.env_logger] version = "0.11.5" [dependencies.lazy-regex] version = "3.3.0" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.6"