# 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 = "failover_vr" version = "0.4.1" authors = ["Paul-weqe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "VRRP implementation library (and binary installation) in Rust." documentation = "https://failover-docs.readthedocs.io/en/latest/install.html#running-as-library-in-rust" readme = "README.md" keywords = [ "vrrp", "network", "RFC", "redundancy", ] license = "MIT" repository = "https://github.com/Paul-weqe/failover" [lib] name = "failover_vr" path = "src/lib.rs" doctest = false [[bin]] name = "failover" path = "src/bin/failover.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.7.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.ipnet] version = "2.9.0" features = ["serde"] [dependencies.libc] version = "0.2.153" [dependencies.log] version = "0.4.21" [dependencies.log4rs] version = "1.3.0" [dependencies.pnet] version = "0.33.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.socket2] version = "0.5.7" [dependencies.tokio] version = "1.37.0" features = ["full"]